Shades of Deep Magenta #B012B7
Tints of Deep Magenta #B012B7
RGB
CMYK
RGB Variations
Color information
#B012B7 (or 0xB012B7) is known color: Deep Magenta. HEX triplet: B0, 12 and B7. RGB value is (176,18,183). Sum of RGB (Red+Green+Blue) = 176+18+183=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #B012B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012B7 is #4FED48. Grayscale: #535353. Windows color (decimal): -5238089 or 11997872. OLE color: 11997872.
HSL color Cylindrical-coordinate representation of color #B012B7: hue angle of 297.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B012B7 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 18 | 183 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.28 |
| HSL | 297.45º | 0.82% | 0.39% | - |
| HSV(B) | 297.45º | 0.9% | 0.72% | - |
| XYZ | 26.67 | 13.08 | 45.92 | - |
| YUV | 84.05 | 183.85 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 183 | 0.04 | 0.90 | 0 | 0.28 | 297.45 | 0.82 | 0.39 |
| Hex | B0 | 12 | B7 | 4 | 5A | 0 | 1C | 129 | 52 | 27 |
| Octal | 260 | 22 | 267 | 4 | 132 | 0 | 34 | 451 | 122 | 47 |
| Binary | 10110000 | 10010 | 10110111 | 100 | 1011010 | 0 | 11100 | 100101001 | 1010010 | 100111 |
Color Harmonies of #B012B7
Complementary color
Monochromatic Colors of #B012B7
Black with #B012B7
Text Example
Text Example
White with #B012B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012B7; }
p { color: rgb(176,18,183); }
H1.HeaderClassName
{
color: #B012B7;
}
.AnyTagClassName
{
color: #B012B7;
}
</style>
background-color css
<style>
a { background-color: #B012B7; }
a { background-color: rgb(176,18,183); }
div.DivClassName
{
background-color: #B012B7;
}
.BgClassName
{
background-color: #B012B7;
}
</style>
border-color css
<style>
span { border-color: #B012B7; }
span { border-color: rgb(176,18,183); }
td.TdClassName
{
border-color: #B012B7;
}
.TagClassName
{
border-color: #B012B7;
}
</style>