#b23bdb

Color #B23BDB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B23BDB

Tints of Medium Orchid #B23BDB

Color information

#B23BDB (or 0xB23BDB) is unknown color: approx Medium Orchid. HEX triplet: B2, 3B and DB. RGB value is (178,59,219). Sum of RGB (Red+Green+Blue) = 178+59+219=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #B23BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BDB is #4DC424. Grayscale: #707070. Windows color (decimal): -5096485 or 14367666. OLE color: 14367666.

HSL color Cylindrical-coordinate representation of color #B23BDB: hue angle of 284.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23BDB is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17859219-
CMYK0.190.7300.14
HSL284.62º68.97%54.51%-
HSV(B)284.62º73.06%85.88%-
XYZ32.7117.7168.71-
YUV112.82187.92174.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 59 (23.44% from 255) = 12.94%
BLUE value IS 219 (85.94% from 255) = 48.03%
R=39.04%
G=12.94%
B=48.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal178592190.190.7300.14284.6268.9754.51
HexB23BDB13490E11d4537
Octal262733332311101643510567
Binary1011001011101111011011100111001001011101000111011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23bdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23bdb; }

 p { color: rgb(178,59,219); }

 H1.HeaderClassName
 {
   color: #b23bdb;
 }
 .AnyTagClassName
 {
   color: #b23bdb;
 }
</style>
background-color css

<style>
 a { background-color: #b23bdb; }

 a { background-color: rgb(178,59,219); }

 div.DivClassName
 {
   background-color: #b23bdb;
 }
 .BgClassName
 {
   background-color: #b23bdb;
 }
</style>
border-color css

<style>
 span { border-color: #b23bdb; }

 span { border-color: rgb(178,59,219); }

 td.TdClassName
 {
   border-color: #b23bdb;
 }
 .TagClassName
 {
   border-color: #b23bdb;
 }
</style>