Shades of Deep Magenta #B012A8
Tints of Deep Magenta #B012A8
RGB
CMYK
RGB Variations
Color information
#B012A8 (or 0xB012A8) is known color: Deep Magenta. HEX triplet: B0, 12 and A8. RGB value is (176,18,168). Sum of RGB (Red+Green+Blue) = 176+18+168=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B012A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B012A8 is #4FED57. Grayscale: #515151. Windows color (decimal): -5238104 or 11014832. OLE color: 11014832.
HSL color Cylindrical-coordinate representation of color #B012A8: hue angle of 303.04º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B012A8 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 168 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.31 |
| HSL | 303.04º | 0.81% | 0.38% | - |
| HSV(B) | 303.04º | 0.9% | 0.69% | - |
| XYZ | 25.19 | 12.49 | 38.13 | - |
| YUV | 82.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 168 | 0 | 0.90 | 0.05 | 0.31 | 303.04 | 0.81 | 0.38 |
| Hex | B0 | 12 | A8 | 0 | 5A | 5 | 1F | 12F | 51 | 26 |
| Octal | 260 | 22 | 250 | 0 | 132 | 5 | 37 | 457 | 121 | 46 |
| Binary | 10110000 | 10010 | 10101000 | 0 | 1011010 | 101 | 11111 | 100101111 | 1010001 | 100110 |
Color Harmonies of #B012A8
Complementary color
Monochromatic Colors of #B012A8
Black with #B012A8
Text Example
Text Example
White with #B012A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012A8; }
p { color: rgb(176,18,168); }
H1.HeaderClassName
{
color: #B012A8;
}
.AnyTagClassName
{
color: #B012A8;
}
</style>
background-color css
<style>
a { background-color: #B012A8; }
a { background-color: rgb(176,18,168); }
div.DivClassName
{
background-color: #B012A8;
}
.BgClassName
{
background-color: #B012A8;
}
</style>
border-color css
<style>
span { border-color: #B012A8; }
span { border-color: rgb(176,18,168); }
td.TdClassName
{
border-color: #B012A8;
}
.TagClassName
{
border-color: #B012A8;
}
</style>