Shades of Deep Magenta #B31DAB
Tints of Deep Magenta #B31DAB
RGB
CMYK
RGB Variations
Color information
#B31DAB (or 0xB31DAB) is known color: Deep Magenta. HEX triplet: B3, 1D and AB. RGB value is (179,29,171). Sum of RGB (Red+Green+Blue) = 179+29+171=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DAB is #4CE254. Grayscale: #595959. Windows color (decimal): -5038677 or 11214259. OLE color: 11214259.
HSL color Cylindrical-coordinate representation of color #B31DAB: hue angle of 303.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31DAB is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 171 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.30 |
| HSL | 303.2º | 0.72% | 0.41% | - |
| HSV(B) | 303.2º | 0.84% | 0.7% | - |
| XYZ | 26.38 | 13.4 | 39.72 | - |
| YUV | 90.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 171 | 0 | 0.84 | 0.04 | 0.30 | 303.2 | 0.72 | 0.41 |
| Hex | B3 | 1D | AB | 0 | 54 | 4 | 1E | 12F | 48 | 29 |
| Octal | 263 | 35 | 253 | 0 | 124 | 4 | 36 | 457 | 110 | 51 |
| Binary | 10110011 | 11101 | 10101011 | 0 | 1010100 | 100 | 11110 | 100101111 | 1001000 | 101001 |
Color Harmonies of #B31DAB
Complementary color
Monochromatic Colors of #B31DAB
Black with #B31DAB
Text Example
Text Example
White with #B31DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DAB; }
p { color: rgb(179,29,171); }
H1.HeaderClassName
{
color: #B31DAB;
}
.AnyTagClassName
{
color: #B31DAB;
}
</style>
background-color css
<style>
a { background-color: #B31DAB; }
a { background-color: rgb(179,29,171); }
div.DivClassName
{
background-color: #B31DAB;
}
.BgClassName
{
background-color: #B31DAB;
}
</style>
border-color css
<style>
span { border-color: #B31DAB; }
span { border-color: rgb(179,29,171); }
td.TdClassName
{
border-color: #B31DAB;
}
.TagClassName
{
border-color: #B31DAB;
}
</style>