Shades of Dark Orchid #B419DB
Tints of Dark Orchid #B419DB
RGB
CMYK
RGB Variations
Color information
#B419DB (or 0xB419DB) is known color: Dark Orchid. HEX triplet: B4, 19 and DB. RGB value is (180,25,219). Sum of RGB (Red+Green+Blue) = 180+25+219=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #B419DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B419DB is #4BE624. Grayscale: #5C5C5C. Windows color (decimal): -4974117 or 14358964. OLE color: 14358964.
HSL color Cylindrical-coordinate representation of color #B419DB: hue angle of 287.94º 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 #B419DB is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 25 | 219 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.14 |
| HSL | 287.94º | 0.8% | 0.48% | - |
| HSV(B) | 287.94º | 0.89% | 0.86% | - |
| XYZ | 31.96 | 15.51 | 68.33 | - |
| YUV | 93.46 | 198.85 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 25 | 219 | 0.18 | 0.89 | 0 | 0.14 | 287.94 | 0.8 | 0.48 |
| Hex | B4 | 19 | DB | 12 | 59 | 0 | E | 120 | 50 | 30 |
| Octal | 264 | 31 | 333 | 22 | 131 | 0 | 16 | 440 | 120 | 60 |
| Binary | 10110100 | 11001 | 11011011 | 10010 | 1011001 | 0 | 1110 | 100100000 | 1010000 | 110000 |
Color Harmonies of #B419DB
Complementary color
Monochromatic Colors of #B419DB
Black with #B419DB
Text Example
Text Example
White with #B419DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B419DB; }
p { color: rgb(180,25,219); }
H1.HeaderClassName
{
color: #B419DB;
}
.AnyTagClassName
{
color: #B419DB;
}
</style>
background-color css
<style>
a { background-color: #B419DB; }
a { background-color: rgb(180,25,219); }
div.DivClassName
{
background-color: #B419DB;
}
.BgClassName
{
background-color: #B419DB;
}
</style>
border-color css
<style>
span { border-color: #B419DB; }
span { border-color: rgb(180,25,219); }
td.TdClassName
{
border-color: #B419DB;
}
.TagClassName
{
border-color: #B419DB;
}
</style>