Shades of Deep Magenta #B912CC
Tints of Deep Magenta #B912CC
RGB
CMYK
RGB Variations
Color information
#B912CC (or 0xB912CC) is known color: Deep Magenta. HEX triplet: B9, 12 and CC. RGB value is (185,18,204). Sum of RGB (Red+Green+Blue) = 185+18+204=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #B912CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912CC is #46ED33. Grayscale: #585858. Windows color (decimal): -4648244 or 13374137. OLE color: 13374137.
HSL color Cylindrical-coordinate representation of color #B912CC: hue angle of 293.87º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B912CC is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 18 | 204 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.2 |
| HSL | 293.87º | 0.84% | 0.44% | - |
| HSV(B) | 293.87º | 0.91% | 0.8% | - |
| XYZ | 31.12 | 15.11 | 58.4 | - |
| YUV | 89.14 | 192.83 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 204 | 0.09 | 0.91 | 0 | 0.2 | 293.87 | 0.84 | 0.44 |
| Hex | B9 | 12 | CC | 9 | 5B | 0 | 14 | 126 | 54 | 2C |
| Octal | 271 | 22 | 314 | 11 | 133 | 0 | 24 | 446 | 124 | 54 |
| Binary | 10111001 | 10010 | 11001100 | 1001 | 1011011 | 0 | 10100 | 100100110 | 1010100 | 101100 |
Color Harmonies of #B912CC
Complementary color
Monochromatic Colors of #B912CC
Black with #B912CC
Text Example
Text Example
White with #B912CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912CC; }
p { color: rgb(185,18,204); }
H1.HeaderClassName
{
color: #B912CC;
}
.AnyTagClassName
{
color: #B912CC;
}
</style>
background-color css
<style>
a { background-color: #B912CC; }
a { background-color: rgb(185,18,204); }
div.DivClassName
{
background-color: #B912CC;
}
.BgClassName
{
background-color: #B912CC;
}
</style>
border-color css
<style>
span { border-color: #B912CC; }
span { border-color: rgb(185,18,204); }
td.TdClassName
{
border-color: #B912CC;
}
.TagClassName
{
border-color: #B912CC;
}
</style>