Shades of Dark Orchid #B031DD
Tints of Dark Orchid #B031DD
RGB
CMYK
RGB Variations
Color information
#B031DD (or 0xB031DD) is known color: Dark Orchid. HEX triplet: B0, 31 and DD. RGB value is (176,49,221). Sum of RGB (Red+Green+Blue) = 176+49+221=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #B031DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031DD is #4FCE22. Grayscale: #6A6A6A. Windows color (decimal): -5230115 or 14496176. OLE color: 14496176.
HSL color Cylindrical-coordinate representation of color #B031DD: hue angle of 284.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B031DD is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 49 | 221 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.13 |
| HSL | 284.3º | 0.72% | 0.53% | - |
| HSV(B) | 284.3º | 0.78% | 0.87% | - |
| XYZ | 32.05 | 16.65 | 69.93 | - |
| YUV | 106.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 221 | 0.20 | 0.78 | 0 | 0.13 | 284.3 | 0.72 | 0.53 |
| Hex | B0 | 31 | DD | 14 | 4E | 0 | D | 11C | 48 | 35 |
| Octal | 260 | 61 | 335 | 24 | 116 | 0 | 15 | 434 | 110 | 65 |
| Binary | 10110000 | 110001 | 11011101 | 10100 | 1001110 | 0 | 1101 | 100011100 | 1001000 | 110101 |
Color Harmonies of #B031DD
Complementary color
Monochromatic Colors of #B031DD
Black with #B031DD
Text Example
Text Example
White with #B031DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B031DD; }
p { color: rgb(176,49,221); }
H1.HeaderClassName
{
color: #B031DD;
}
.AnyTagClassName
{
color: #B031DD;
}
</style>
background-color css
<style>
a { background-color: #B031DD; }
a { background-color: rgb(176,49,221); }
div.DivClassName
{
background-color: #B031DD;
}
.BgClassName
{
background-color: #B031DD;
}
</style>
border-color css
<style>
span { border-color: #B031DD; }
span { border-color: rgb(176,49,221); }
td.TdClassName
{
border-color: #B031DD;
}
.TagClassName
{
border-color: #B031DD;
}
</style>