Shades of Deep Magenta #B412DD
Tints of Deep Magenta #B412DD
RGB
CMYK
RGB Variations
Color information
#B412DD (or 0xB412DD) is known color: Deep Magenta. HEX triplet: B4, 12 and DD. RGB value is (180,18,221). Sum of RGB (Red+Green+Blue) = 180+18+221=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #B412DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412DD is #4BED22. Grayscale: #585858. Windows color (decimal): -4975907 or 14488244. OLE color: 14488244.
HSL color Cylindrical-coordinate representation of color #B412DD: hue angle of 287.88º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B412DD is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 18 | 221 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.13 |
| HSL | 287.88º | 0.85% | 0.47% | - |
| HSV(B) | 287.88º | 0.92% | 0.87% | - |
| XYZ | 32.09 | 15.36 | 69.68 | - |
| YUV | 89.58 | 202.17 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 221 | 0.19 | 0.92 | 0 | 0.13 | 287.88 | 0.85 | 0.47 |
| Hex | B4 | 12 | DD | 13 | 5C | 0 | D | 120 | 55 | 2F |
| Octal | 264 | 22 | 335 | 23 | 134 | 0 | 15 | 440 | 125 | 57 |
| Binary | 10110100 | 10010 | 11011101 | 10011 | 1011100 | 0 | 1101 | 100100000 | 1010101 | 101111 |
Color Harmonies of #B412DD
Complementary color
Monochromatic Colors of #B412DD
Black with #B412DD
Text Example
Text Example
White with #B412DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B412DD; }
p { color: rgb(180,18,221); }
H1.HeaderClassName
{
color: #B412DD;
}
.AnyTagClassName
{
color: #B412DD;
}
</style>
background-color css
<style>
a { background-color: #B412DD; }
a { background-color: rgb(180,18,221); }
div.DivClassName
{
background-color: #B412DD;
}
.BgClassName
{
background-color: #B412DD;
}
</style>
border-color css
<style>
span { border-color: #B412DD; }
span { border-color: rgb(180,18,221); }
td.TdClassName
{
border-color: #B412DD;
}
.TagClassName
{
border-color: #B412DD;
}
</style>