Shades of Deep Magenta #B31ABB
Tints of Deep Magenta #B31ABB
RGB
CMYK
RGB Variations
Color information
#B31ABB (or 0xB31ABB) is known color: Deep Magenta. HEX triplet: B3, 1A and BB. RGB value is (179,26,187). Sum of RGB (Red+Green+Blue) = 179+26+187=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #B31ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31ABB is #4CE544. Grayscale: #595959. Windows color (decimal): -5039429 or 12262067. OLE color: 12262067.
HSL color Cylindrical-coordinate representation of color #B31ABB: hue angle of 297.02º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31ABB is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 26 | 187 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.27 |
| HSL | 297.02º | 0.76% | 0.42% | - |
| HSV(B) | 297.02º | 0.86% | 0.73% | - |
| XYZ | 27.93 | 13.91 | 48.23 | - |
| YUV | 90.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 187 | 0.04 | 0.86 | 0 | 0.27 | 297.02 | 0.76 | 0.42 |
| Hex | B3 | 1A | BB | 4 | 56 | 0 | 1B | 129 | 4C | 2A |
| Octal | 263 | 32 | 273 | 4 | 126 | 0 | 33 | 451 | 114 | 52 |
| Binary | 10110011 | 11010 | 10111011 | 100 | 1010110 | 0 | 11011 | 100101001 | 1001100 | 101010 |
Color Harmonies of #B31ABB
Complementary color
Monochromatic Colors of #B31ABB
Black with #B31ABB
Text Example
Text Example
White with #B31ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31ABB; }
p { color: rgb(179,26,187); }
H1.HeaderClassName
{
color: #B31ABB;
}
.AnyTagClassName
{
color: #B31ABB;
}
</style>
background-color css
<style>
a { background-color: #B31ABB; }
a { background-color: rgb(179,26,187); }
div.DivClassName
{
background-color: #B31ABB;
}
.BgClassName
{
background-color: #B31ABB;
}
</style>
border-color css
<style>
span { border-color: #B31ABB; }
span { border-color: rgb(179,26,187); }
td.TdClassName
{
border-color: #B31ABB;
}
.TagClassName
{
border-color: #B31ABB;
}
</style>