Shades of Deep Magenta #B616DC
Tints of Deep Magenta #B616DC
RGB
CMYK
RGB Variations
Color information
#B616DC (or 0xB616DC) is known color: Deep Magenta. HEX triplet: B6, 16 and DC. RGB value is (182,22,220). Sum of RGB (Red+Green+Blue) = 182+22+220=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #B616DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616DC is #49E923. Grayscale: #5B5B5B. Windows color (decimal): -4843812 or 14423734. OLE color: 14423734.
HSL color Cylindrical-coordinate representation of color #B616DC: hue angle of 288.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B616DC is Cyan = 0.17, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 22 | 220 | - |
| CMYK | 0.17 | 0.9 | 0 | 0.14 |
| HSL | 288.48º | 0.82% | 0.47% | - |
| HSV(B) | 288.48º | 0.9% | 0.86% | - |
| XYZ | 32.5 | 15.69 | 69.03 | - |
| YUV | 92.41 | 200.01 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 220 | 0.17 | 0.9 | 0 | 0.14 | 288.48 | 0.82 | 0.47 |
| Hex | B6 | 16 | DC | 11 | 5A | 0 | E | 120 | 52 | 2F |
| Octal | 266 | 26 | 334 | 21 | 132 | 0 | 16 | 440 | 122 | 57 |
| Binary | 10110110 | 10110 | 11011100 | 10001 | 1011010 | 0 | 1110 | 100100000 | 1010010 | 101111 |
Color Harmonies of #B616DC
Complementary color
Monochromatic Colors of #B616DC
Black with #B616DC
Text Example
Text Example
White with #B616DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616DC; }
p { color: rgb(182,22,220); }
H1.HeaderClassName
{
color: #B616DC;
}
.AnyTagClassName
{
color: #B616DC;
}
</style>
background-color css
<style>
a { background-color: #B616DC; }
a { background-color: rgb(182,22,220); }
div.DivClassName
{
background-color: #B616DC;
}
.BgClassName
{
background-color: #B616DC;
}
</style>
border-color css
<style>
span { border-color: #B616DC; }
span { border-color: rgb(182,22,220); }
td.TdClassName
{
border-color: #B616DC;
}
.TagClassName
{
border-color: #B616DC;
}
</style>