Shades of Deep Magenta #B912B0
Tints of Deep Magenta #B912B0
RGB
CMYK
RGB Variations
Color information
#B912B0 (or 0xB912B0) is known color: Deep Magenta. HEX triplet: B9, 12 and B0. RGB value is (185,18,176). Sum of RGB (Red+Green+Blue) = 185+18+176=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B912B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B912B0 is #46ED4F. Grayscale: #555555. Windows color (decimal): -4648272 or 11539129. OLE color: 11539129.
HSL color Cylindrical-coordinate representation of color #B912B0: hue angle of 303.23º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B912B0 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 176 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.27 |
| HSL | 303.23º | 0.82% | 0.4% | - |
| HSV(B) | 303.23º | 0.9% | 0.73% | - |
| XYZ | 28.06 | 13.88 | 42.27 | - |
| YUV | 85.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 176 | 0 | 0.90 | 0.05 | 0.27 | 303.23 | 0.82 | 0.4 |
| Hex | B9 | 12 | B0 | 0 | 5A | 5 | 1B | 12F | 52 | 28 |
| Octal | 271 | 22 | 260 | 0 | 132 | 5 | 33 | 457 | 122 | 50 |
| Binary | 10111001 | 10010 | 10110000 | 0 | 1011010 | 101 | 11011 | 100101111 | 1010010 | 101000 |
Color Harmonies of #B912B0
Complementary color
Monochromatic Colors of #B912B0
Black with #B912B0
Text Example
Text Example
White with #B912B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912B0; }
p { color: rgb(185,18,176); }
H1.HeaderClassName
{
color: #B912B0;
}
.AnyTagClassName
{
color: #B912B0;
}
</style>
background-color css
<style>
a { background-color: #B912B0; }
a { background-color: rgb(185,18,176); }
div.DivClassName
{
background-color: #B912B0;
}
.BgClassName
{
background-color: #B912B0;
}
</style>
border-color css
<style>
span { border-color: #B912B0; }
span { border-color: rgb(185,18,176); }
td.TdClassName
{
border-color: #B912B0;
}
.TagClassName
{
border-color: #B912B0;
}
</style>