Shades of Dark Orchid #B019D1
Tints of Dark Orchid #B019D1
RGB
CMYK
RGB Variations
Color information
#B019D1 (or 0xB019D1) is known color: Dark Orchid. HEX triplet: B0, 19 and D1. RGB value is (176,25,209). Sum of RGB (Red+Green+Blue) = 176+25+209=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #B019D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019D1 is #4FE62E. Grayscale: #5A5A5A. Windows color (decimal): -5236271 or 13703600. OLE color: 13703600.
HSL color Cylindrical-coordinate representation of color #B019D1: hue angle of 289.24º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B019D1 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 25 | 209 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.18 |
| HSL | 289.24º | 0.79% | 0.46% | - |
| HSV(B) | 289.24º | 0.88% | 0.82% | - |
| XYZ | 29.76 | 14.53 | 61.56 | - |
| YUV | 91.13 | 194.53 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 209 | 0.16 | 0.88 | 0 | 0.18 | 289.24 | 0.79 | 0.46 |
| Hex | B0 | 19 | D1 | 10 | 58 | 0 | 12 | 121 | 4F | 2E |
| Octal | 260 | 31 | 321 | 20 | 130 | 0 | 22 | 441 | 117 | 56 |
| Binary | 10110000 | 11001 | 11010001 | 10000 | 1011000 | 0 | 10010 | 100100001 | 1001111 | 101110 |
Color Harmonies of #B019D1
Complementary color
Monochromatic Colors of #B019D1
Black with #B019D1
Text Example
Text Example
White with #B019D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B019D1; }
p { color: rgb(176,25,209); }
H1.HeaderClassName
{
color: #B019D1;
}
.AnyTagClassName
{
color: #B019D1;
}
</style>
background-color css
<style>
a { background-color: #B019D1; }
a { background-color: rgb(176,25,209); }
div.DivClassName
{
background-color: #B019D1;
}
.BgClassName
{
background-color: #B019D1;
}
</style>
border-color css
<style>
span { border-color: #B019D1; }
span { border-color: rgb(176,25,209); }
td.TdClassName
{
border-color: #B019D1;
}
.TagClassName
{
border-color: #B019D1;
}
</style>