Shades of Dark Orchid #B031CF
Tints of Dark Orchid #B031CF
RGB
CMYK
RGB Variations
Color information
#B031CF (or 0xB031CF) is known color: Dark Orchid. HEX triplet: B0, 31 and CF. RGB value is (176,49,207). Sum of RGB (Red+Green+Blue) = 176+49+207=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #B031CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031CF is #4FCE30. Grayscale: #686868. Windows color (decimal): -5230129 or 13578672. OLE color: 13578672.
HSL color Cylindrical-coordinate representation of color #B031CF: hue angle of 288.23º 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 #B031CF is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 49 | 207 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.19 |
| HSL | 288.23º | 0.62% | 0.5% | - |
| HSV(B) | 288.23º | 0.76% | 0.81% | - |
| XYZ | 30.27 | 15.93 | 60.51 | - |
| YUV | 104.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 207 | 0.15 | 0.76 | 0 | 0.19 | 288.23 | 0.62 | 0.5 |
| Hex | B0 | 31 | CF | F | 4C | 0 | 13 | 120 | 3E | 32 |
| Octal | 260 | 61 | 317 | 17 | 114 | 0 | 23 | 440 | 76 | 62 |
| Binary | 10110000 | 110001 | 11001111 | 1111 | 1001100 | 0 | 10011 | 100100000 | 111110 | 110010 |
Color Harmonies of #B031CF
Complementary color
Monochromatic Colors of #B031CF
Black with #B031CF
Text Example
Text Example
White with #B031CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B031CF; }
p { color: rgb(176,49,207); }
H1.HeaderClassName
{
color: #B031CF;
}
.AnyTagClassName
{
color: #B031CF;
}
</style>
background-color css
<style>
a { background-color: #B031CF; }
a { background-color: rgb(176,49,207); }
div.DivClassName
{
background-color: #B031CF;
}
.BgClassName
{
background-color: #B031CF;
}
</style>
border-color css
<style>
span { border-color: #B031CF; }
span { border-color: rgb(176,49,207); }
td.TdClassName
{
border-color: #B031CF;
}
.TagClassName
{
border-color: #B031CF;
}
</style>