Shades of Dark Orchid #B039CA
Tints of Dark Orchid #B039CA
RGB
CMYK
RGB Variations
Color information
#B039CA (or 0xB039CA) is known color: Dark Orchid. HEX triplet: B0, 39 and CA. RGB value is (176,57,202). Sum of RGB (Red+Green+Blue) = 176+57+202=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #B039CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039CA is #4FC635. Grayscale: #6C6C6C. Windows color (decimal): -5228086 or 13253040. OLE color: 13253040.
HSL color Cylindrical-coordinate representation of color #B039CA: hue angle of 289.24º degrees, saturation: 0.58, 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 #B039CA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 57 | 202 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.21 |
| HSL | 289.24º | 0.58% | 0.51% | - |
| HSV(B) | 289.24º | 0.72% | 0.79% | - |
| XYZ | 30.03 | 16.42 | 57.46 | - |
| YUV | 109.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 202 | 0.13 | 0.72 | 0 | 0.21 | 289.24 | 0.58 | 0.51 |
| Hex | B0 | 39 | CA | D | 48 | 0 | 15 | 121 | 3A | 33 |
| Octal | 260 | 71 | 312 | 15 | 110 | 0 | 25 | 441 | 72 | 63 |
| Binary | 10110000 | 111001 | 11001010 | 1101 | 1001000 | 0 | 10101 | 100100001 | 111010 | 110011 |
Color Harmonies of #B039CA
Complementary color
Monochromatic Colors of #B039CA
Black with #B039CA
Text Example
Text Example
White with #B039CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039CA; }
p { color: rgb(176,57,202); }
H1.HeaderClassName
{
color: #B039CA;
}
.AnyTagClassName
{
color: #B039CA;
}
</style>
background-color css
<style>
a { background-color: #B039CA; }
a { background-color: rgb(176,57,202); }
div.DivClassName
{
background-color: #B039CA;
}
.BgClassName
{
background-color: #B039CA;
}
</style>
border-color css
<style>
span { border-color: #B039CA; }
span { border-color: rgb(176,57,202); }
td.TdClassName
{
border-color: #B039CA;
}
.TagClassName
{
border-color: #B039CA;
}
</style>