Shades of Deep Magenta #B312A8
Tints of Deep Magenta #B312A8
RGB
CMYK
RGB Variations
Color information
#B312A8 (or 0xB312A8) is known color: Deep Magenta. HEX triplet: B3, 12 and A8. RGB value is (179,18,168). Sum of RGB (Red+Green+Blue) = 179+18+168=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B312A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B312A8 is #4CED57. Grayscale: #525252. Windows color (decimal): -5041496 or 11014835. OLE color: 11014835.
HSL color Cylindrical-coordinate representation of color #B312A8: hue angle of 304.1º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B312A8 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 168 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.30 |
| HSL | 304.1º | 0.82% | 0.39% | - |
| HSV(B) | 304.1º | 0.9% | 0.7% | - |
| XYZ | 25.87 | 12.84 | 38.16 | - |
| YUV | 83.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 168 | 0 | 0.90 | 0.06 | 0.30 | 304.1 | 0.82 | 0.39 |
| Hex | B3 | 12 | A8 | 0 | 5A | 6 | 1E | 130 | 52 | 27 |
| Octal | 263 | 22 | 250 | 0 | 132 | 6 | 36 | 460 | 122 | 47 |
| Binary | 10110011 | 10010 | 10101000 | 0 | 1011010 | 110 | 11110 | 100110000 | 1010010 | 100111 |
Color Harmonies of #B312A8
Complementary color
Monochromatic Colors of #B312A8
Black with #B312A8
Text Example
Text Example
White with #B312A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312A8; }
p { color: rgb(179,18,168); }
H1.HeaderClassName
{
color: #B312A8;
}
.AnyTagClassName
{
color: #B312A8;
}
</style>
background-color css
<style>
a { background-color: #B312A8; }
a { background-color: rgb(179,18,168); }
div.DivClassName
{
background-color: #B312A8;
}
.BgClassName
{
background-color: #B312A8;
}
</style>
border-color css
<style>
span { border-color: #B312A8; }
span { border-color: rgb(179,18,168); }
td.TdClassName
{
border-color: #B312A8;
}
.TagClassName
{
border-color: #B312A8;
}
</style>