Shades of Dark Orchid #B019D9
Tints of Dark Orchid #B019D9
RGB
CMYK
RGB Variations
Color information
#B019D9 (or 0xB019D9) is known color: Dark Orchid. HEX triplet: B0, 19 and D9. RGB value is (176,25,217). Sum of RGB (Red+Green+Blue) = 176+25+217=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #B019D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019D9 is #4FE626. Grayscale: #5B5B5B. Windows color (decimal): -5236263 or 14227888. OLE color: 14227888.
HSL color Cylindrical-coordinate representation of color #B019D9: hue angle of 287.19º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B019D9 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 25 | 217 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.15 |
| HSL | 287.19º | 0.79% | 0.47% | - |
| HSV(B) | 287.19º | 0.88% | 0.85% | - |
| XYZ | 30.78 | 14.94 | 66.91 | - |
| YUV | 92.04 | 198.53 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 217 | 0.19 | 0.88 | 0 | 0.15 | 287.19 | 0.79 | 0.47 |
| Hex | B0 | 19 | D9 | 13 | 58 | 0 | F | 11F | 4F | 2F |
| Octal | 260 | 31 | 331 | 23 | 130 | 0 | 17 | 437 | 117 | 57 |
| Binary | 10110000 | 11001 | 11011001 | 10011 | 1011000 | 0 | 1111 | 100011111 | 1001111 | 101111 |
Color Harmonies of #B019D9
Complementary color
Monochromatic Colors of #B019D9
Black with #B019D9
Text Example
Text Example
White with #B019D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B019D9; }
p { color: rgb(176,25,217); }
H1.HeaderClassName
{
color: #B019D9;
}
.AnyTagClassName
{
color: #B019D9;
}
</style>
background-color css
<style>
a { background-color: #B019D9; }
a { background-color: rgb(176,25,217); }
div.DivClassName
{
background-color: #B019D9;
}
.BgClassName
{
background-color: #B019D9;
}
</style>
border-color css
<style>
span { border-color: #B019D9; }
span { border-color: rgb(176,25,217); }
td.TdClassName
{
border-color: #B019D9;
}
.TagClassName
{
border-color: #B019D9;
}
</style>