#B033CA

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

Shades of Dark Orchid #B033CA

Tints of Dark Orchid #B033CA

Color information

#B033CA (or 0xB033CA) is unknown color: approx Dark Orchid. HEX triplet: B0, 33 and CA. RGB value is (176,51,202). Sum of RGB (Red+Green+Blue) = 176+51+202=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #B033CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033CA is #4FCC35. Grayscale: #696969. Windows color (decimal): -5229622 or 13251504. OLE color: 13251504.

HSL color Cylindrical-coordinate representation of color #B033CA: hue angle of 289.67º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B033CA is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17651202-
CMYK0.130.7500.21
HSL289.67º59.68%49.61%-
HSV(B)289.67º74.75%79.22%-
XYZ29.7515.8657.37-
YUV105.59182.41178.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 51 (20.31% from 255) = 11.89%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=41.03%
G=11.89%
B=47.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176512020.130.7500.21289.6759.6849.61
HexB033CAD4B0151223c32
Octal26063312151130254427462
Binary101100001100111100101011011001011010101100100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B033CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B033CA; }

 p { color: rgb(176,51,202); }

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

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

 a { background-color: rgb(176,51,202); }

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

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

 span { border-color: rgb(176,51,202); }

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