#B023CE

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

Shades of Dark Orchid #B023CE

Tints of Dark Orchid #B023CE

Color information

#B023CE (or 0xB023CE) is unknown color: approx Dark Orchid. HEX triplet: B0, 23 and CE. RGB value is (176,35,206). Sum of RGB (Red+Green+Blue) = 176+35+206=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #B023CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B023CE is #4FDC31. Grayscale: #606060. Windows color (decimal): -5233714 or 13509552. OLE color: 13509552.

HSL color Cylindrical-coordinate representation of color #B023CE: hue angle of 289.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B023CE is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17635206-
CMYK0.150.8300.19
HSL289.47º70.95%47.25%-
HSV(B)289.47º83.01%80.78%-
XYZ29.6514.8959.7-
YUV96.65189.71184.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 35 (14.06% from 255) = 8.39%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=42.21%
G=8.39%
B=49.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal176352060.150.8300.19289.4770.9547.25
HexB023CEF53013121472f
Octal260433161712302344110757
Binary1011000010001111001110111110100110100111001000011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B023CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B023CE; }

 p { color: rgb(176,35,206); }

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

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

 a { background-color: rgb(176,35,206); }

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

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

 span { border-color: rgb(176,35,206); }

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