Shades of Dark Orchid #B039C9
Tints of Dark Orchid #B039C9
RGB
CMYK
RGB Variations
Color information
#B039C9 (or 0xB039C9) is known color: Dark Orchid. HEX triplet: B0, 39 and C9. RGB value is (176,57,201). Sum of RGB (Red+Green+Blue) = 176+57+201=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #B039C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039C9 is #4FC636. Grayscale: #6C6C6C. Windows color (decimal): -5228087 or 13187504. OLE color: 13187504.
HSL color Cylindrical-coordinate representation of color #B039C9: hue angle of 289.58º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B039C9 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 57 | 201 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.21 |
| HSL | 289.58º | 0.57% | 0.51% | - |
| HSV(B) | 289.58º | 0.72% | 0.79% | - |
| XYZ | 29.91 | 16.37 | 56.84 | - |
| YUV | 109 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 201 | 0.12 | 0.72 | 0 | 0.21 | 289.58 | 0.57 | 0.51 |
| Hex | B0 | 39 | C9 | C | 48 | 0 | 15 | 122 | 39 | 33 |
| Octal | 260 | 71 | 311 | 14 | 110 | 0 | 25 | 442 | 71 | 63 |
| Binary | 10110000 | 111001 | 11001001 | 1100 | 1001000 | 0 | 10101 | 100100010 | 111001 | 110011 |
Color Harmonies of #B039C9
Complementary color
Monochromatic Colors of #B039C9
Black with #B039C9
Text Example
Text Example
White with #B039C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039C9; }
p { color: rgb(176,57,201); }
H1.HeaderClassName
{
color: #B039C9;
}
.AnyTagClassName
{
color: #B039C9;
}
</style>
background-color css
<style>
a { background-color: #B039C9; }
a { background-color: rgb(176,57,201); }
div.DivClassName
{
background-color: #B039C9;
}
.BgClassName
{
background-color: #B039C9;
}
</style>
border-color css
<style>
span { border-color: #B039C9; }
span { border-color: rgb(176,57,201); }
td.TdClassName
{
border-color: #B039C9;
}
.TagClassName
{
border-color: #B039C9;
}
</style>