Shades of Deep Magenta #B912DC
Tints of Deep Magenta #B912DC
RGB
CMYK
RGB Variations
Color information
#B912DC (or 0xB912DC) is known color: Deep Magenta. HEX triplet: B9, 12 and DC. RGB value is (185,18,220). Sum of RGB (Red+Green+Blue) = 185+18+220=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #B912DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912DC is #46ED23. Grayscale: #5A5A5A. Windows color (decimal): -4648228 or 14422713. OLE color: 14422713.
HSL color Cylindrical-coordinate representation of color #B912DC: hue angle of 289.6º 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 #B912DC is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 18 | 220 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.14 |
| HSL | 289.6º | 0.85% | 0.47% | - |
| HSV(B) | 289.6º | 0.92% | 0.86% | - |
| XYZ | 33.14 | 15.91 | 69.04 | - |
| YUV | 90.96 | 200.83 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 220 | 0.16 | 0.92 | 0 | 0.14 | 289.6 | 0.85 | 0.47 |
| Hex | B9 | 12 | DC | 10 | 5C | 0 | E | 122 | 55 | 2F |
| Octal | 271 | 22 | 334 | 20 | 134 | 0 | 16 | 442 | 125 | 57 |
| Binary | 10111001 | 10010 | 11011100 | 10000 | 1011100 | 0 | 1110 | 100100010 | 1010101 | 101111 |
Color Harmonies of #B912DC
Complementary color
Monochromatic Colors of #B912DC
Black with #B912DC
Text Example
Text Example
White with #B912DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912DC; }
p { color: rgb(185,18,220); }
H1.HeaderClassName
{
color: #B912DC;
}
.AnyTagClassName
{
color: #B912DC;
}
</style>
background-color css
<style>
a { background-color: #B912DC; }
a { background-color: rgb(185,18,220); }
div.DivClassName
{
background-color: #B912DC;
}
.BgClassName
{
background-color: #B912DC;
}
</style>
border-color css
<style>
span { border-color: #B912DC; }
span { border-color: rgb(185,18,220); }
td.TdClassName
{
border-color: #B912DC;
}
.TagClassName
{
border-color: #B912DC;
}
</style>