Shades of Deep Magenta #B816DD
Tints of Deep Magenta #B816DD
RGB
CMYK
RGB Variations
Color information
#B816DD (or 0xB816DD) is known color: Deep Magenta. HEX triplet: B8, 16 and DD. RGB value is (184,22,221). Sum of RGB (Red+Green+Blue) = 184+22+221=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #B816DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B816DD is #47E922. Grayscale: #5C5C5C. Windows color (decimal): -4712739 or 14489272. OLE color: 14489272.
HSL color Cylindrical-coordinate representation of color #B816DD: hue angle of 288.84º 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 #B816DD is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 22 | 221 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.13 |
| HSL | 288.84º | 0.82% | 0.48% | - |
| HSV(B) | 288.84º | 0.9% | 0.87% | - |
| XYZ | 33.11 | 15.98 | 69.75 | - |
| YUV | 93.12 | 200.17 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 221 | 0.17 | 0.90 | 0 | 0.13 | 288.84 | 0.82 | 0.48 |
| Hex | B8 | 16 | DD | 11 | 5A | 0 | D | 121 | 52 | 30 |
| Octal | 270 | 26 | 335 | 21 | 132 | 0 | 15 | 441 | 122 | 60 |
| Binary | 10111000 | 10110 | 11011101 | 10001 | 1011010 | 0 | 1101 | 100100001 | 1010010 | 110000 |
Color Harmonies of #B816DD
Complementary color
Monochromatic Colors of #B816DD
Black with #B816DD
Text Example
Text Example
White with #B816DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816DD; }
p { color: rgb(184,22,221); }
H1.HeaderClassName
{
color: #B816DD;
}
.AnyTagClassName
{
color: #B816DD;
}
</style>
background-color css
<style>
a { background-color: #B816DD; }
a { background-color: rgb(184,22,221); }
div.DivClassName
{
background-color: #B816DD;
}
.BgClassName
{
background-color: #B816DD;
}
</style>
border-color css
<style>
span { border-color: #B816DD; }
span { border-color: rgb(184,22,221); }
td.TdClassName
{
border-color: #B816DD;
}
.TagClassName
{
border-color: #B816DD;
}
</style>