Shades of Dark Orchid #B037CA
Tints of Dark Orchid #B037CA
RGB
CMYK
RGB Variations
Color information
#B037CA (or 0xB037CA) is known color: Dark Orchid. HEX triplet: B0, 37 and CA. RGB value is (176,55,202). Sum of RGB (Red+Green+Blue) = 176+55+202=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #B037CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037CA is #4FC835. Grayscale: #6B6B6B. Windows color (decimal): -5228598 or 13252528. OLE color: 13252528.
HSL color Cylindrical-coordinate representation of color #B037CA: hue angle of 289.39º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B037CA is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 55 | 202 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.21 |
| HSL | 289.39º | 0.58% | 0.5% | - |
| HSV(B) | 289.39º | 0.73% | 0.79% | - |
| XYZ | 29.93 | 16.23 | 57.43 | - |
| YUV | 107.94 | 181.09 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 202 | 0.13 | 0.73 | 0 | 0.21 | 289.39 | 0.58 | 0.5 |
| Hex | B0 | 37 | CA | D | 49 | 0 | 15 | 121 | 3A | 32 |
| Octal | 260 | 67 | 312 | 15 | 111 | 0 | 25 | 441 | 72 | 62 |
| Binary | 10110000 | 110111 | 11001010 | 1101 | 1001001 | 0 | 10101 | 100100001 | 111010 | 110010 |
Color Harmonies of #B037CA
Complementary color
Monochromatic Colors of #B037CA
Black with #B037CA
Text Example
Text Example
White with #B037CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B037CA; }
p { color: rgb(176,55,202); }
H1.HeaderClassName
{
color: #B037CA;
}
.AnyTagClassName
{
color: #B037CA;
}
</style>
background-color css
<style>
a { background-color: #B037CA; }
a { background-color: rgb(176,55,202); }
div.DivClassName
{
background-color: #B037CA;
}
.BgClassName
{
background-color: #B037CA;
}
</style>
border-color css
<style>
span { border-color: #B037CA; }
span { border-color: rgb(176,55,202); }
td.TdClassName
{
border-color: #B037CA;
}
.TagClassName
{
border-color: #B037CA;
}
</style>