Shades of Deep Magenta #B31BAF
Tints of Deep Magenta #B31BAF
RGB
CMYK
RGB Variations
Color information
#B31BAF (or 0xB31BAF) is known color: Deep Magenta. HEX triplet: B3, 1B and AF. RGB value is (179,27,175). Sum of RGB (Red+Green+Blue) = 179+27+175=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B31BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31BAF is #4CE450. Grayscale: #585858. Windows color (decimal): -5039185 or 11475891. OLE color: 11475891.
HSL color Cylindrical-coordinate representation of color #B31BAF: hue angle of 301.58º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31BAF is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 175 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.30 |
| HSL | 301.58º | 0.74% | 0.4% | - |
| HSV(B) | 301.58º | 0.85% | 0.7% | - |
| XYZ | 26.72 | 13.46 | 41.75 | - |
| YUV | 89.32 | 176.36 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 175 | 0 | 0.85 | 0.02 | 0.30 | 301.58 | 0.74 | 0.4 |
| Hex | B3 | 1B | AF | 0 | 55 | 2 | 1E | 12E | 4A | 28 |
| Octal | 263 | 33 | 257 | 0 | 125 | 2 | 36 | 456 | 112 | 50 |
| Binary | 10110011 | 11011 | 10101111 | 0 | 1010101 | 10 | 11110 | 100101110 | 1001010 | 101000 |
Color Harmonies of #B31BAF
Complementary color
Monochromatic Colors of #B31BAF
Black with #B31BAF
Text Example
Text Example
White with #B31BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31BAF; }
p { color: rgb(179,27,175); }
H1.HeaderClassName
{
color: #B31BAF;
}
.AnyTagClassName
{
color: #B31BAF;
}
</style>
background-color css
<style>
a { background-color: #B31BAF; }
a { background-color: rgb(179,27,175); }
div.DivClassName
{
background-color: #B31BAF;
}
.BgClassName
{
background-color: #B31BAF;
}
</style>
border-color css
<style>
span { border-color: #B31BAF; }
span { border-color: rgb(179,27,175); }
td.TdClassName
{
border-color: #B31BAF;
}
.TagClassName
{
border-color: #B31BAF;
}
</style>