Shades of Deep Magenta #B31AB7
Tints of Deep Magenta #B31AB7
RGB
CMYK
RGB Variations
Color information
#B31AB7 (or 0xB31AB7) is known color: Deep Magenta. HEX triplet: B3, 1A and B7. RGB value is (179,26,183). Sum of RGB (Red+Green+Blue) = 179+26+183=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #B31AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31AB7 is #4CE548. Grayscale: #595959. Windows color (decimal): -5039433 or 11999923. OLE color: 11999923.
HSL color Cylindrical-coordinate representation of color #B31AB7: hue angle of 298.47º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31AB7 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 26 | 183 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.28 |
| HSL | 298.47º | 0.75% | 0.41% | - |
| HSV(B) | 298.47º | 0.86% | 0.72% | - |
| XYZ | 27.51 | 13.74 | 46 | - |
| YUV | 89.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 183 | 0.02 | 0.86 | 0 | 0.28 | 298.47 | 0.75 | 0.41 |
| Hex | B3 | 1A | B7 | 2 | 56 | 0 | 1C | 12A | 4B | 29 |
| Octal | 263 | 32 | 267 | 2 | 126 | 0 | 34 | 452 | 113 | 51 |
| Binary | 10110011 | 11010 | 10110111 | 10 | 1010110 | 0 | 11100 | 100101010 | 1001011 | 101001 |
Color Harmonies of #B31AB7
Complementary color
Monochromatic Colors of #B31AB7
Black with #B31AB7
Text Example
Text Example
White with #B31AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31AB7; }
p { color: rgb(179,26,183); }
H1.HeaderClassName
{
color: #B31AB7;
}
.AnyTagClassName
{
color: #B31AB7;
}
</style>
background-color css
<style>
a { background-color: #B31AB7; }
a { background-color: rgb(179,26,183); }
div.DivClassName
{
background-color: #B31AB7;
}
.BgClassName
{
background-color: #B31AB7;
}
</style>
border-color css
<style>
span { border-color: #B31AB7; }
span { border-color: rgb(179,26,183); }
td.TdClassName
{
border-color: #B31AB7;
}
.TagClassName
{
border-color: #B31AB7;
}
</style>