Shades of Dark Orchid #B039CC
Tints of Dark Orchid #B039CC
RGB
CMYK
RGB Variations
Color information
#B039CC (or 0xB039CC) is known color: 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
| RGB | 176 | 57 | 204 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.2 |
| HSL | 288.57º | 0.59% | 0.51% | - |
| HSV(B) | 288.57º | 0.72% | 0.8% | - |
| XYZ | 30.27 | 16.52 | 58.72 | - |
| YUV | 109.34 | 181.42 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 204 | 0.14 | 0.72 | 0 | 0.2 | 288.57 | 0.59 | 0.51 |
| Hex | B0 | 39 | CC | E | 48 | 0 | 14 | 121 | 3B | 33 |
| Octal | 260 | 71 | 314 | 16 | 110 | 0 | 24 | 441 | 73 | 63 |
| Binary | 10110000 | 111001 | 11001100 | 1110 | 1001000 | 0 | 10100 | 100100001 | 111011 | 110011 |
Color Harmonies of #B039CC
Complementary color
Monochromatic Colors of #B039CC
Black with #B039CC
Text Example
Text Example
White with #B039CC
Text Example
Text Example
HTML Codes & Css Web 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>