#B033CE

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

Shades of Dark Orchid #B033CE

Tints of Dark Orchid #B033CE

Color information

#B033CE (or 0xB033CE) is unknown color: approx Dark Orchid. HEX triplet: B0, 33 and CE. RGB value is (176,51,206). Sum of RGB (Red+Green+Blue) = 176+51+206=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #B033CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033CE is #4FCC31. Grayscale: #696969. Windows color (decimal): -5229618 or 13513648. OLE color: 13513648.

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

Color convert

RGB17651206-
CMYK0.150.7500.19
HSL288.39º61.26%50.39%-
HSV(B)288.39º75.24%80.78%-
XYZ30.2316.0559.9-
YUV106.04184.41177.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 51 (20.31% from 255) = 11.78%
BLUE value IS 206 (80.86% from 255) = 47.58%
R=40.65%
G=11.78%
B=47.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal176512060.150.7500.19288.3961.2650.39
HexB033CEF4B0131203d32
Octal26063316171130234407562
Binary101100001100111100111011111001011010011100100000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B033CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B033CE; }

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

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

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

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

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

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

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

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