Shades of Dark Orchid #B019DD
Tints of Dark Orchid #B019DD
RGB
CMYK
RGB Variations
Color information
#B019DD (or 0xB019DD) is known color: Dark Orchid. HEX triplet: B0, 19 and DD. RGB value is (176,25,221). Sum of RGB (Red+Green+Blue) = 176+25+221=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #B019DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019DD is #4FE622. Grayscale: #5B5B5B. Windows color (decimal): -5236259 or 14490032. OLE color: 14490032.
HSL color Cylindrical-coordinate representation of color #B019DD: hue angle of 286.22º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B019DD is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 25 | 221 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.13 |
| HSL | 286.22º | 0.8% | 0.48% | - |
| HSV(B) | 286.22º | 0.89% | 0.87% | - |
| XYZ | 31.3 | 15.15 | 69.68 | - |
| YUV | 92.49 | 200.53 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 221 | 0.20 | 0.89 | 0 | 0.13 | 286.22 | 0.8 | 0.48 |
| Hex | B0 | 19 | DD | 14 | 59 | 0 | D | 11E | 50 | 30 |
| Octal | 260 | 31 | 335 | 24 | 131 | 0 | 15 | 436 | 120 | 60 |
| Binary | 10110000 | 11001 | 11011101 | 10100 | 1011001 | 0 | 1101 | 100011110 | 1010000 | 110000 |
Color Harmonies of #B019DD
Complementary color
Monochromatic Colors of #B019DD
Black with #B019DD
Text Example
Text Example
White with #B019DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B019DD; }
p { color: rgb(176,25,221); }
H1.HeaderClassName
{
color: #B019DD;
}
.AnyTagClassName
{
color: #B019DD;
}
</style>
background-color css
<style>
a { background-color: #B019DD; }
a { background-color: rgb(176,25,221); }
div.DivClassName
{
background-color: #B019DD;
}
.BgClassName
{
background-color: #B019DD;
}
</style>
border-color css
<style>
span { border-color: #B019DD; }
span { border-color: rgb(176,25,221); }
td.TdClassName
{
border-color: #B019DD;
}
.TagClassName
{
border-color: #B019DD;
}
</style>