Shades of Deep Magenta #B412DC
Tints of Deep Magenta #B412DC
RGB
CMYK
RGB Variations
Color information
#B412DC (or 0xB412DC) is known color: Deep Magenta. HEX triplet: B4, 12 and DC. RGB value is (180,18,220). Sum of RGB (Red+Green+Blue) = 180+18+220=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #B412DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412DC is #4BED23. Grayscale: #585858. Windows color (decimal): -4975908 or 14422708. OLE color: 14422708.
HSL color Cylindrical-coordinate representation of color #B412DC: hue angle of 288.12º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B412DC is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 18 | 220 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.14 |
| HSL | 288.12º | 0.85% | 0.47% | - |
| HSV(B) | 288.12º | 0.92% | 0.86% | - |
| XYZ | 31.96 | 15.3 | 68.98 | - |
| YUV | 89.47 | 201.67 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 220 | 0.18 | 0.92 | 0 | 0.14 | 288.12 | 0.85 | 0.47 |
| Hex | B4 | 12 | DC | 12 | 5C | 0 | E | 120 | 55 | 2F |
| Octal | 264 | 22 | 334 | 22 | 134 | 0 | 16 | 440 | 125 | 57 |
| Binary | 10110100 | 10010 | 11011100 | 10010 | 1011100 | 0 | 1110 | 100100000 | 1010101 | 101111 |
Color Harmonies of #B412DC
Complementary color
Monochromatic Colors of #B412DC
Black with #B412DC
Text Example
Text Example
White with #B412DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B412DC; }
p { color: rgb(180,18,220); }
H1.HeaderClassName
{
color: #B412DC;
}
.AnyTagClassName
{
color: #B412DC;
}
</style>
background-color css
<style>
a { background-color: #B412DC; }
a { background-color: rgb(180,18,220); }
div.DivClassName
{
background-color: #B412DC;
}
.BgClassName
{
background-color: #B412DC;
}
</style>
border-color css
<style>
span { border-color: #B412DC; }
span { border-color: rgb(180,18,220); }
td.TdClassName
{
border-color: #B412DC;
}
.TagClassName
{
border-color: #B412DC;
}
</style>