Shades of Dark Orchid #B019DC
Tints of Dark Orchid #B019DC
RGB
CMYK
RGB Variations
Color information
#B019DC (or 0xB019DC) is known color: Dark Orchid. HEX triplet: B0, 19 and DC. RGB value is (176,25,220). Sum of RGB (Red+Green+Blue) = 176+25+220=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #B019DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019DC is #4FE623. Grayscale: #5B5B5B. Windows color (decimal): -5236260 or 14424496. OLE color: 14424496.
HSL color Cylindrical-coordinate representation of color #B019DC: hue angle of 286.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B019DC is Cyan = 0.2, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 25 | 220 | - |
| CMYK | 0.2 | 0.89 | 0 | 0.14 |
| HSL | 286.46º | 0.8% | 0.48% | - |
| HSV(B) | 286.46º | 0.89% | 0.86% | - |
| XYZ | 31.17 | 15.09 | 68.98 | - |
| YUV | 92.38 | 200.03 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 220 | 0.2 | 0.89 | 0 | 0.14 | 286.46 | 0.8 | 0.48 |
| Hex | B0 | 19 | DC | 14 | 59 | 0 | E | 11E | 50 | 30 |
| Octal | 260 | 31 | 334 | 24 | 131 | 0 | 16 | 436 | 120 | 60 |
| Binary | 10110000 | 11001 | 11011100 | 10100 | 1011001 | 0 | 1110 | 100011110 | 1010000 | 110000 |
Color Harmonies of #B019DC
Complementary color
Monochromatic Colors of #B019DC
Black with #B019DC
Text Example
Text Example
White with #B019DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B019DC; }
p { color: rgb(176,25,220); }
H1.HeaderClassName
{
color: #B019DC;
}
.AnyTagClassName
{
color: #B019DC;
}
</style>
background-color css
<style>
a { background-color: #B019DC; }
a { background-color: rgb(176,25,220); }
div.DivClassName
{
background-color: #B019DC;
}
.BgClassName
{
background-color: #B019DC;
}
</style>
border-color css
<style>
span { border-color: #B019DC; }
span { border-color: rgb(176,25,220); }
td.TdClassName
{
border-color: #B019DC;
}
.TagClassName
{
border-color: #B019DC;
}
</style>