Shades of Deep Magenta #B912C8
Tints of Deep Magenta #B912C8
RGB
CMYK
RGB Variations
Color information
#B912C8 (or 0xB912C8) is known color: Deep Magenta. HEX triplet: B9, 12 and C8. RGB value is (185,18,200). Sum of RGB (Red+Green+Blue) = 185+18+200=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #B912C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912C8 is #46ED37. Grayscale: #585858. Windows color (decimal): -4648248 or 13111993. OLE color: 13111993.
HSL color Cylindrical-coordinate representation of color #B912C8: hue angle of 295.05º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B912C8 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 18 | 200 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.22 |
| HSL | 295.06º | 0.83% | 0.43% | - |
| HSV(B) | 295.06º | 0.91% | 0.78% | - |
| XYZ | 30.65 | 14.92 | 55.91 | - |
| YUV | 88.68 | 190.83 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 200 | 0.08 | 0.91 | 0 | 0.22 | 295.06 | 0.83 | 0.43 |
| Hex | B9 | 12 | C8 | 8 | 5B | 0 | 16 | 127 | 53 | 2B |
| Octal | 271 | 22 | 310 | 10 | 133 | 0 | 26 | 447 | 123 | 53 |
| Binary | 10111001 | 10010 | 11001000 | 1000 | 1011011 | 0 | 10110 | 100100111 | 1010011 | 101011 |
Color Harmonies of #B912C8
Complementary color
Monochromatic Colors of #B912C8
Black with #B912C8
Text Example
Text Example
White with #B912C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912C8; }
p { color: rgb(185,18,200); }
H1.HeaderClassName
{
color: #B912C8;
}
.AnyTagClassName
{
color: #B912C8;
}
</style>
background-color css
<style>
a { background-color: #B912C8; }
a { background-color: rgb(185,18,200); }
div.DivClassName
{
background-color: #B912C8;
}
.BgClassName
{
background-color: #B912C8;
}
</style>
border-color css
<style>
span { border-color: #B912C8; }
span { border-color: rgb(185,18,200); }
td.TdClassName
{
border-color: #B912C8;
}
.TagClassName
{
border-color: #B912C8;
}
</style>