Shades of Deep Magenta #B912C2
Tints of Deep Magenta #B912C2
RGB
CMYK
RGB Variations
Color information
#B912C2 (or 0xB912C2) is known color: Deep Magenta. HEX triplet: B9, 12 and C2. RGB value is (185,18,194). Sum of RGB (Red+Green+Blue) = 185+18+194=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 194 (76.17% from 255 or 48.87% from 397); Max value from RGB is 194 - color contains mainly: blue. Hex color #B912C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912C2 is #46ED3D. Grayscale: #575757. Windows color (decimal): -4648254 or 12718777. OLE color: 12718777.
HSL color Cylindrical-coordinate representation of color #B912C2: hue angle of 296.93º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B912C2 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 18 | 194 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.24 |
| HSL | 296.93º | 0.83% | 0.42% | - |
| HSV(B) | 296.93º | 0.91% | 0.76% | - |
| XYZ | 29.96 | 14.64 | 52.29 | - |
| YUV | 88 | 187.83 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 194 | 0.05 | 0.91 | 0 | 0.24 | 296.93 | 0.83 | 0.42 |
| Hex | B9 | 12 | C2 | 5 | 5B | 0 | 18 | 129 | 53 | 2A |
| Octal | 271 | 22 | 302 | 5 | 133 | 0 | 30 | 451 | 123 | 52 |
| Binary | 10111001 | 10010 | 11000010 | 101 | 1011011 | 0 | 11000 | 100101001 | 1010011 | 101010 |
Color Harmonies of #B912C2
Complementary color
Monochromatic Colors of #B912C2
Black with #B912C2
Text Example
Text Example
White with #B912C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912C2; }
p { color: rgb(185,18,194); }
H1.HeaderClassName
{
color: #B912C2;
}
.AnyTagClassName
{
color: #B912C2;
}
</style>
background-color css
<style>
a { background-color: #B912C2; }
a { background-color: rgb(185,18,194); }
div.DivClassName
{
background-color: #B912C2;
}
.BgClassName
{
background-color: #B912C2;
}
</style>
border-color css
<style>
span { border-color: #B912C2; }
span { border-color: rgb(185,18,194); }
td.TdClassName
{
border-color: #B912C2;
}
.TagClassName
{
border-color: #B912C2;
}
</style>