Shades of Deep Magenta #B31AB4
Tints of Deep Magenta #B31AB4
RGB
CMYK
RGB Variations
Color information
#B31AB4 (or 0xB31AB4) is known color: Deep Magenta. HEX triplet: B3, 1A and B4. RGB value is (179,26,180). Sum of RGB (Red+Green+Blue) = 179+26+180=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #B31AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31AB4 is #4CE54B. Grayscale: #585858. Windows color (decimal): -5039436 or 11803315. OLE color: 11803315.
HSL color Cylindrical-coordinate representation of color #B31AB4: hue angle of 299.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31AB4 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 26 | 180 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.29 |
| HSL | 299.61º | 0.75% | 0.4% | - |
| HSV(B) | 299.61º | 0.86% | 0.71% | - |
| XYZ | 27.2 | 13.62 | 44.38 | - |
| YUV | 89.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 180 | 0.01 | 0.86 | 0 | 0.29 | 299.61 | 0.75 | 0.4 |
| Hex | B3 | 1A | B4 | 1 | 56 | 0 | 1D | 12C | 4B | 28 |
| Octal | 263 | 32 | 264 | 1 | 126 | 0 | 35 | 454 | 113 | 50 |
| Binary | 10110011 | 11010 | 10110100 | 1 | 1010110 | 0 | 11101 | 100101100 | 1001011 | 101000 |
Color Harmonies of #B31AB4
Complementary color
Monochromatic Colors of #B31AB4
Black with #B31AB4
Text Example
Text Example
White with #B31AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31AB4; }
p { color: rgb(179,26,180); }
H1.HeaderClassName
{
color: #B31AB4;
}
.AnyTagClassName
{
color: #B31AB4;
}
</style>
background-color css
<style>
a { background-color: #B31AB4; }
a { background-color: rgb(179,26,180); }
div.DivClassName
{
background-color: #B31AB4;
}
.BgClassName
{
background-color: #B31AB4;
}
</style>
border-color css
<style>
span { border-color: #B31AB4; }
span { border-color: rgb(179,26,180); }
td.TdClassName
{
border-color: #B31AB4;
}
.TagClassName
{
border-color: #B31AB4;
}
</style>