Shades of Deep Magenta #B416DD
Tints of Deep Magenta #B416DD
RGB
CMYK
RGB Variations
Color information
#B416DD (or 0xB416DD) is known color: Deep Magenta. HEX triplet: B4, 16 and DD. RGB value is (180,22,221). Sum of RGB (Red+Green+Blue) = 180+22+221=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #B416DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416DD is #4BE922. Grayscale: #5B5B5B. Windows color (decimal): -4974883 or 14489268. OLE color: 14489268.
HSL color Cylindrical-coordinate representation of color #B416DD: hue angle of 287.64º 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 #B416DD is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 22 | 221 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.13 |
| HSL | 287.64º | 0.82% | 0.48% | - |
| HSV(B) | 287.64º | 0.9% | 0.87% | - |
| XYZ | 32.16 | 15.5 | 69.7 | - |
| YUV | 91.93 | 200.85 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 22 | 221 | 0.19 | 0.90 | 0 | 0.13 | 287.64 | 0.82 | 0.48 |
| Hex | B4 | 16 | DD | 13 | 5A | 0 | D | 120 | 52 | 30 |
| Octal | 264 | 26 | 335 | 23 | 132 | 0 | 15 | 440 | 122 | 60 |
| Binary | 10110100 | 10110 | 11011101 | 10011 | 1011010 | 0 | 1101 | 100100000 | 1010010 | 110000 |
Color Harmonies of #B416DD
Complementary color
Monochromatic Colors of #B416DD
Black with #B416DD
Text Example
Text Example
White with #B416DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B416DD; }
p { color: rgb(180,22,221); }
H1.HeaderClassName
{
color: #B416DD;
}
.AnyTagClassName
{
color: #B416DD;
}
</style>
background-color css
<style>
a { background-color: #B416DD; }
a { background-color: rgb(180,22,221); }
div.DivClassName
{
background-color: #B416DD;
}
.BgClassName
{
background-color: #B416DD;
}
</style>
border-color css
<style>
span { border-color: #B416DD; }
span { border-color: rgb(180,22,221); }
td.TdClassName
{
border-color: #B416DD;
}
.TagClassName
{
border-color: #B416DD;
}
</style>