Shades of Deep Magenta #B416DA
Tints of Deep Magenta #B416DA
RGB
CMYK
RGB Variations
Color information
#B416DA (or 0xB416DA) is known color: Deep Magenta. HEX triplet: B4, 16 and DA. RGB value is (180,22,218). Sum of RGB (Red+Green+Blue) = 180+22+218=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #B416DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416DA is #4BE925. Grayscale: #5A5A5A. Windows color (decimal): -4974886 or 14292660. OLE color: 14292660.
HSL color Cylindrical-coordinate representation of color #B416DA: hue angle of 288.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B416DA is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 22 | 218 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.15 |
| HSL | 288.37º | 0.82% | 0.47% | - |
| HSV(B) | 288.37º | 0.9% | 0.85% | - |
| XYZ | 31.76 | 15.34 | 67.62 | - |
| YUV | 91.59 | 199.35 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 22 | 218 | 0.17 | 0.90 | 0 | 0.15 | 288.37 | 0.82 | 0.47 |
| Hex | B4 | 16 | DA | 11 | 5A | 0 | F | 120 | 52 | 2F |
| Octal | 264 | 26 | 332 | 21 | 132 | 0 | 17 | 440 | 122 | 57 |
| Binary | 10110100 | 10110 | 11011010 | 10001 | 1011010 | 0 | 1111 | 100100000 | 1010010 | 101111 |
Color Harmonies of #B416DA
Complementary color
Monochromatic Colors of #B416DA
Black with #B416DA
Text Example
Text Example
White with #B416DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B416DA; }
p { color: rgb(180,22,218); }
H1.HeaderClassName
{
color: #B416DA;
}
.AnyTagClassName
{
color: #B416DA;
}
</style>
background-color css
<style>
a { background-color: #B416DA; }
a { background-color: rgb(180,22,218); }
div.DivClassName
{
background-color: #B416DA;
}
.BgClassName
{
background-color: #B416DA;
}
</style>
border-color css
<style>
span { border-color: #B416DA; }
span { border-color: rgb(180,22,218); }
td.TdClassName
{
border-color: #B416DA;
}
.TagClassName
{
border-color: #B416DA;
}
</style>