Shades of Dark Orchid #B037C8
Tints of Dark Orchid #B037C8
RGB
CMYK
RGB Variations
Color information
#B037C8 (or 0xB037C8) is known color: Dark Orchid. HEX triplet: B0, 37 and C8. RGB value is (176,55,200). Sum of RGB (Red+Green+Blue) = 176+55+200=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #B037C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037C8 is #4FC837. Grayscale: #6B6B6B. Windows color (decimal): -5228600 or 13121456. OLE color: 13121456.
HSL color Cylindrical-coordinate representation of color #B037C8: hue angle of 290.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B037C8 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 55 | 200 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.22 |
| HSL | 290.07º | 0.57% | 0.5% | - |
| HSV(B) | 290.07º | 0.73% | 0.78% | - |
| XYZ | 29.7 | 16.13 | 56.19 | - |
| YUV | 107.71 | 180.09 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 200 | 0.12 | 0.72 | 0 | 0.22 | 290.07 | 0.57 | 0.5 |
| Hex | B0 | 37 | C8 | C | 48 | 0 | 16 | 122 | 39 | 32 |
| Octal | 260 | 67 | 310 | 14 | 110 | 0 | 26 | 442 | 71 | 62 |
| Binary | 10110000 | 110111 | 11001000 | 1100 | 1001000 | 0 | 10110 | 100100010 | 111001 | 110010 |
Color Harmonies of #B037C8
Complementary color
Monochromatic Colors of #B037C8
Black with #B037C8
Text Example
Text Example
White with #B037C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B037C8; }
p { color: rgb(176,55,200); }
H1.HeaderClassName
{
color: #B037C8;
}
.AnyTagClassName
{
color: #B037C8;
}
</style>
background-color css
<style>
a { background-color: #B037C8; }
a { background-color: rgb(176,55,200); }
div.DivClassName
{
background-color: #B037C8;
}
.BgClassName
{
background-color: #B037C8;
}
</style>
border-color css
<style>
span { border-color: #B037C8; }
span { border-color: rgb(176,55,200); }
td.TdClassName
{
border-color: #B037C8;
}
.TagClassName
{
border-color: #B037C8;
}
</style>