#B039CC

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

Shades of Dark Orchid #B039CC

Tints of Dark Orchid #B039CC

Color information

#B039CC (or 0xB039CC) is unknown color: approx Dark Orchid. HEX triplet: B0, 39 and CC. RGB value is (176,57,204). Sum of RGB (Red+Green+Blue) = 176+57+204=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #B039CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039CC is #4FC633. Grayscale: #6C6C6C. Windows color (decimal): -5228084 or 13384112. OLE color: 13384112.

HSL color Cylindrical-coordinate representation of color #B039CC: hue angle of 288.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B039CC is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17657204-
CMYK0.140.7200.2
HSL288.57º59.04%51.18%-
HSV(B)288.57º72.06%80%-
XYZ30.2716.5258.72-
YUV109.34181.42175.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 57 (22.66% from 255) = 13.04%
BLUE value IS 204 (80.08% from 255) = 46.68%
R=40.27%
G=13.04%
B=46.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal176572040.140.7200.2288.5759.0451.18
HexB039CCE480141213b33
Octal26071314161100244417363
Binary101100001110011100110011101001000010100100100001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B039CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B039CC; }

 p { color: rgb(176,57,204); }

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

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

 a { background-color: rgb(176,57,204); }

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

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

 span { border-color: rgb(176,57,204); }

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