Shades of Dark Orchid #B037CE
Tints of Dark Orchid #B037CE
RGB
CMYK
RGB Variations
Color information
#B037CE (or 0xB037CE) is known color: Dark Orchid. HEX triplet: B0, 37 and CE. RGB value is (176,55,206). Sum of RGB (Red+Green+Blue) = 176+55+206=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #B037CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037CE is #4FC831. Grayscale: #6B6B6B. Windows color (decimal): -5228594 or 13514672. OLE color: 13514672.
HSL color Cylindrical-coordinate representation of color #B037CE: hue angle of 288.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B037CE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 55 | 206 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.19 |
| HSL | 288.08º | 0.61% | 0.51% | - |
| HSV(B) | 288.08º | 0.73% | 0.81% | - |
| XYZ | 30.41 | 16.42 | 59.96 | - |
| YUV | 108.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 206 | 0.15 | 0.73 | 0 | 0.19 | 288.08 | 0.61 | 0.51 |
| Hex | B0 | 37 | CE | F | 49 | 0 | 13 | 120 | 3D | 33 |
| Octal | 260 | 67 | 316 | 17 | 111 | 0 | 23 | 440 | 75 | 63 |
| Binary | 10110000 | 110111 | 11001110 | 1111 | 1001001 | 0 | 10011 | 100100000 | 111101 | 110011 |
Color Harmonies of #B037CE
Complementary color
Monochromatic Colors of #B037CE
Black with #B037CE
Text Example
Text Example
White with #B037CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B037CE; }
p { color: rgb(176,55,206); }
H1.HeaderClassName
{
color: #B037CE;
}
.AnyTagClassName
{
color: #B037CE;
}
</style>
background-color css
<style>
a { background-color: #B037CE; }
a { background-color: rgb(176,55,206); }
div.DivClassName
{
background-color: #B037CE;
}
.BgClassName
{
background-color: #B037CE;
}
</style>
border-color css
<style>
span { border-color: #B037CE; }
span { border-color: rgb(176,55,206); }
td.TdClassName
{
border-color: #B037CE;
}
.TagClassName
{
border-color: #B037CE;
}
</style>