Shades of Dark Orchid #B031CE
Tints of Dark Orchid #B031CE
RGB
CMYK
RGB Variations
Color information
#B031CE (or 0xB031CE) is known color: Dark Orchid. HEX triplet: B0, 31 and CE. RGB value is (176,49,206). Sum of RGB (Red+Green+Blue) = 176+49+206=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #B031CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031CE is #4FCE31. Grayscale: #686868. Windows color (decimal): -5230130 or 13513136. OLE color: 13513136.
HSL color Cylindrical-coordinate representation of color #B031CE: hue angle of 288.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B031CE is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 49 | 206 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.19 |
| HSL | 288.54º | 0.62% | 0.5% | - |
| HSV(B) | 288.54º | 0.76% | 0.81% | - |
| XYZ | 30.14 | 15.88 | 59.87 | - |
| YUV | 104.87 | 185.08 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 206 | 0.15 | 0.76 | 0 | 0.19 | 288.54 | 0.62 | 0.5 |
| Hex | B0 | 31 | CE | F | 4C | 0 | 13 | 121 | 3E | 32 |
| Octal | 260 | 61 | 316 | 17 | 114 | 0 | 23 | 441 | 76 | 62 |
| Binary | 10110000 | 110001 | 11001110 | 1111 | 1001100 | 0 | 10011 | 100100001 | 111110 | 110010 |
Color Harmonies of #B031CE
Complementary color
Monochromatic Colors of #B031CE
Black with #B031CE
Text Example
Text Example
White with #B031CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B031CE; }
p { color: rgb(176,49,206); }
H1.HeaderClassName
{
color: #B031CE;
}
.AnyTagClassName
{
color: #B031CE;
}
</style>
background-color css
<style>
a { background-color: #B031CE; }
a { background-color: rgb(176,49,206); }
div.DivClassName
{
background-color: #B031CE;
}
.BgClassName
{
background-color: #B031CE;
}
</style>
border-color css
<style>
span { border-color: #B031CE; }
span { border-color: rgb(176,49,206); }
td.TdClassName
{
border-color: #B031CE;
}
.TagClassName
{
border-color: #B031CE;
}
</style>