Shades of Deep Magenta #B31AB9
Tints of Deep Magenta #B31AB9
RGB
CMYK
RGB Variations
Color information
#B31AB9 (or 0xB31AB9) is known color: Deep Magenta. HEX triplet: B3, 1A and B9. RGB value is (179,26,185). Sum of RGB (Red+Green+Blue) = 179+26+185=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #B31AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31AB9 is #4CE546. Grayscale: #595959. Windows color (decimal): -5039431 or 12130995. OLE color: 12130995.
HSL color Cylindrical-coordinate representation of color #B31AB9: hue angle of 297.74º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31AB9 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 26 | 185 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.27 |
| HSL | 297.74º | 0.75% | 0.41% | - |
| HSV(B) | 297.74º | 0.86% | 0.73% | - |
| XYZ | 27.72 | 13.83 | 47.11 | - |
| YUV | 89.87 | 181.69 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 185 | 0.03 | 0.86 | 0 | 0.27 | 297.74 | 0.75 | 0.41 |
| Hex | B3 | 1A | B9 | 3 | 56 | 0 | 1B | 12A | 4B | 29 |
| Octal | 263 | 32 | 271 | 3 | 126 | 0 | 33 | 452 | 113 | 51 |
| Binary | 10110011 | 11010 | 10111001 | 11 | 1010110 | 0 | 11011 | 100101010 | 1001011 | 101001 |
Color Harmonies of #B31AB9
Complementary color
Monochromatic Colors of #B31AB9
Black with #B31AB9
Text Example
Text Example
White with #B31AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31AB9; }
p { color: rgb(179,26,185); }
H1.HeaderClassName
{
color: #B31AB9;
}
.AnyTagClassName
{
color: #B31AB9;
}
</style>
background-color css
<style>
a { background-color: #B31AB9; }
a { background-color: rgb(179,26,185); }
div.DivClassName
{
background-color: #B31AB9;
}
.BgClassName
{
background-color: #B31AB9;
}
</style>
border-color css
<style>
span { border-color: #B31AB9; }
span { border-color: rgb(179,26,185); }
td.TdClassName
{
border-color: #B31AB9;
}
.TagClassName
{
border-color: #B31AB9;
}
</style>