Shades of Deep Magenta #B619DC
Tints of Deep Magenta #B619DC
RGB
CMYK
RGB Variations
Color information
#B619DC (or 0xB619DC) is known color: Deep Magenta. HEX triplet: B6, 19 and DC. RGB value is (182,25,220). Sum of RGB (Red+Green+Blue) = 182+25+220=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #B619DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619DC is #49E623. Grayscale: #5D5D5D. Windows color (decimal): -4843044 or 14424502. OLE color: 14424502.
HSL color Cylindrical-coordinate representation of color #B619DC: hue angle of 288.31º 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 #B619DC is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 25 | 220 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.14 |
| HSL | 288.31º | 0.8% | 0.48% | - |
| HSV(B) | 288.31º | 0.89% | 0.86% | - |
| XYZ | 32.56 | 15.81 | 69.05 | - |
| YUV | 94.17 | 199.01 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 220 | 0.17 | 0.89 | 0 | 0.14 | 288.31 | 0.8 | 0.48 |
| Hex | B6 | 19 | DC | 11 | 59 | 0 | E | 120 | 50 | 30 |
| Octal | 266 | 31 | 334 | 21 | 131 | 0 | 16 | 440 | 120 | 60 |
| Binary | 10110110 | 11001 | 11011100 | 10001 | 1011001 | 0 | 1110 | 100100000 | 1010000 | 110000 |
Color Harmonies of #B619DC
Complementary color
Monochromatic Colors of #B619DC
Black with #B619DC
Text Example
Text Example
White with #B619DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619DC; }
p { color: rgb(182,25,220); }
H1.HeaderClassName
{
color: #B619DC;
}
.AnyTagClassName
{
color: #B619DC;
}
</style>
background-color css
<style>
a { background-color: #B619DC; }
a { background-color: rgb(182,25,220); }
div.DivClassName
{
background-color: #B619DC;
}
.BgClassName
{
background-color: #B619DC;
}
</style>
border-color css
<style>
span { border-color: #B619DC; }
span { border-color: rgb(182,25,220); }
td.TdClassName
{
border-color: #B619DC;
}
.TagClassName
{
border-color: #B619DC;
}
</style>