Shades of Deep Magenta #B616DD
Tints of Deep Magenta #B616DD
RGB
CMYK
RGB Variations
Color information
#B616DD (or 0xB616DD) is known color: Deep Magenta. HEX triplet: B6, 16 and DD. RGB value is (182,22,221). Sum of RGB (Red+Green+Blue) = 182+22+221=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #B616DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616DD is #49E922. Grayscale: #5B5B5B. Windows color (decimal): -4843811 or 14489270. OLE color: 14489270.
HSL color Cylindrical-coordinate representation of color #B616DD: hue angle of 288.24º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B616DD is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 22 | 221 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.13 |
| HSL | 288.24º | 0.82% | 0.48% | - |
| HSV(B) | 288.24º | 0.9% | 0.87% | - |
| XYZ | 32.63 | 15.74 | 69.72 | - |
| YUV | 92.53 | 200.51 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 221 | 0.18 | 0.90 | 0 | 0.13 | 288.24 | 0.82 | 0.48 |
| Hex | B6 | 16 | DD | 12 | 5A | 0 | D | 120 | 52 | 30 |
| Octal | 266 | 26 | 335 | 22 | 132 | 0 | 15 | 440 | 122 | 60 |
| Binary | 10110110 | 10110 | 11011101 | 10010 | 1011010 | 0 | 1101 | 100100000 | 1010010 | 110000 |
Color Harmonies of #B616DD
Complementary color
Monochromatic Colors of #B616DD
Black with #B616DD
Text Example
Text Example
White with #B616DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616DD; }
p { color: rgb(182,22,221); }
H1.HeaderClassName
{
color: #B616DD;
}
.AnyTagClassName
{
color: #B616DD;
}
</style>
background-color css
<style>
a { background-color: #B616DD; }
a { background-color: rgb(182,22,221); }
div.DivClassName
{
background-color: #B616DD;
}
.BgClassName
{
background-color: #B616DD;
}
</style>
border-color css
<style>
span { border-color: #B616DD; }
span { border-color: rgb(182,22,221); }
td.TdClassName
{
border-color: #B616DD;
}
.TagClassName
{
border-color: #B616DD;
}
</style>