Shades of Dark Orchid #B031DC
Tints of Dark Orchid #B031DC
RGB
CMYK
RGB Variations
Color information
#B031DC (or 0xB031DC) is known color: Dark Orchid. HEX triplet: B0, 31 and DC. RGB value is (176,49,220). Sum of RGB (Red+Green+Blue) = 176+49+220=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #B031DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031DC is #4FCE23. Grayscale: #696969. Windows color (decimal): -5230116 or 14430640. OLE color: 14430640.
HSL color Cylindrical-coordinate representation of color #B031DC: hue angle of 284.56º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B031DC is Cyan = 0.2, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 49 | 220 | - |
| CMYK | 0.2 | 0.78 | 0 | 0.14 |
| HSL | 284.56º | 0.71% | 0.53% | - |
| HSV(B) | 284.56º | 0.78% | 0.86% | - |
| XYZ | 31.92 | 16.59 | 69.23 | - |
| YUV | 106.47 | 192.08 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 220 | 0.2 | 0.78 | 0 | 0.14 | 284.56 | 0.71 | 0.53 |
| Hex | B0 | 31 | DC | 14 | 4E | 0 | E | 11D | 47 | 35 |
| Octal | 260 | 61 | 334 | 24 | 116 | 0 | 16 | 435 | 107 | 65 |
| Binary | 10110000 | 110001 | 11011100 | 10100 | 1001110 | 0 | 1110 | 100011101 | 1000111 | 110101 |
Color Harmonies of #B031DC
Complementary color
Monochromatic Colors of #B031DC
Black with #B031DC
Text Example
Text Example
White with #B031DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B031DC; }
p { color: rgb(176,49,220); }
H1.HeaderClassName
{
color: #B031DC;
}
.AnyTagClassName
{
color: #B031DC;
}
</style>
background-color css
<style>
a { background-color: #B031DC; }
a { background-color: rgb(176,49,220); }
div.DivClassName
{
background-color: #B031DC;
}
.BgClassName
{
background-color: #B031DC;
}
</style>
border-color css
<style>
span { border-color: #B031DC; }
span { border-color: rgb(176,49,220); }
td.TdClassName
{
border-color: #B031DC;
}
.TagClassName
{
border-color: #B031DC;
}
</style>