#B02EC6

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

Shades of Dark Orchid #B02EC6

Tints of Dark Orchid #B02EC6

Color information

#B02EC6 (or 0xB02EC6) is unknown color: approx Dark Orchid. HEX triplet: B0, 2E and C6. RGB value is (176,46,198). Sum of RGB (Red+Green+Blue) = 176+46+198=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #B02EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02EC6 is #4FD139. Grayscale: #656565. Windows color (decimal): -5230906 or 12988080. OLE color: 12988080.

HSL color Cylindrical-coordinate representation of color #B02EC6: hue angle of 291.32º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02EC6 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17646198-
CMYK0.110.7700.22
HSL291.32º62.3%47.84%-
HSV(B)291.32º76.77%77.65%-
XYZ29.0715.2654.84-
YUV102.2182.07180.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 46 (18.36% from 255) = 10.95%
BLUE value IS 198 (77.73% from 255) = 47.14%
R=41.90%
G=10.95%
B=47.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176461980.110.7700.22291.3262.347.84
HexB02EC6B4D0161233e30
Octal26056306131150264437660
Binary101100001011101100011010111001101010110100100011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02EC6; }

 p { color: rgb(176,46,198); }

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

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

 a { background-color: rgb(176,46,198); }

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

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

 span { border-color: rgb(176,46,198); }

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