Shades of Deep Magenta #B312AB
Tints of Deep Magenta #B312AB
RGB
CMYK
RGB Variations
Color information
#B312AB (or 0xB312AB) is known color: Deep Magenta. HEX triplet: B3, 12 and AB. RGB value is (179,18,171). Sum of RGB (Red+Green+Blue) = 179+18+171=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B312AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B312AB is #4CED54. Grayscale: #535353. Windows color (decimal): -5041493 or 11211443. OLE color: 11211443.
HSL color Cylindrical-coordinate representation of color #B312AB: hue angle of 302.98º 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 #B312AB is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 171 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.30 |
| HSL | 302.98º | 0.82% | 0.39% | - |
| HSV(B) | 302.98º | 0.9% | 0.7% | - |
| XYZ | 26.16 | 12.96 | 39.65 | - |
| YUV | 83.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 171 | 0 | 0.90 | 0.04 | 0.30 | 302.98 | 0.82 | 0.39 |
| Hex | B3 | 12 | AB | 0 | 5A | 4 | 1E | 12F | 52 | 27 |
| Octal | 263 | 22 | 253 | 0 | 132 | 4 | 36 | 457 | 122 | 47 |
| Binary | 10110011 | 10010 | 10101011 | 0 | 1011010 | 100 | 11110 | 100101111 | 1010010 | 100111 |
Color Harmonies of #B312AB
Complementary color
Monochromatic Colors of #B312AB
Black with #B312AB
Text Example
Text Example
White with #B312AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312AB; }
p { color: rgb(179,18,171); }
H1.HeaderClassName
{
color: #B312AB;
}
.AnyTagClassName
{
color: #B312AB;
}
</style>
background-color css
<style>
a { background-color: #B312AB; }
a { background-color: rgb(179,18,171); }
div.DivClassName
{
background-color: #B312AB;
}
.BgClassName
{
background-color: #B312AB;
}
</style>
border-color css
<style>
span { border-color: #B312AB; }
span { border-color: rgb(179,18,171); }
td.TdClassName
{
border-color: #B312AB;
}
.TagClassName
{
border-color: #B312AB;
}
</style>