Shades of Deep Magenta #B31CB9
Tints of Deep Magenta #B31CB9
RGB
CMYK
RGB Variations
Color information
#B31CB9 (or 0xB31CB9) is known color: Deep Magenta. HEX triplet: B3, 1C and B9. RGB value is (179,28,185). Sum of RGB (Red+Green+Blue) = 179+28+185=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #B31CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CB9 is #4CE346. Grayscale: #5A5A5A. Windows color (decimal): -5038919 or 12131507. OLE color: 12131507.
HSL color Cylindrical-coordinate representation of color #B31CB9: hue angle of 297.71º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31CB9 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 28 | 185 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.27 |
| HSL | 297.71º | 0.74% | 0.42% | - |
| HSV(B) | 297.71º | 0.85% | 0.73% | - |
| XYZ | 27.76 | 13.92 | 47.12 | - |
| YUV | 91.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 185 | 0.03 | 0.85 | 0 | 0.27 | 297.71 | 0.74 | 0.42 |
| Hex | B3 | 1C | B9 | 3 | 55 | 0 | 1B | 12A | 4A | 2A |
| Octal | 263 | 34 | 271 | 3 | 125 | 0 | 33 | 452 | 112 | 52 |
| Binary | 10110011 | 11100 | 10111001 | 11 | 1010101 | 0 | 11011 | 100101010 | 1001010 | 101010 |
Color Harmonies of #B31CB9
Complementary color
Monochromatic Colors of #B31CB9
Black with #B31CB9
Text Example
Text Example
White with #B31CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CB9; }
p { color: rgb(179,28,185); }
H1.HeaderClassName
{
color: #B31CB9;
}
.AnyTagClassName
{
color: #B31CB9;
}
</style>
background-color css
<style>
a { background-color: #B31CB9; }
a { background-color: rgb(179,28,185); }
div.DivClassName
{
background-color: #B31CB9;
}
.BgClassName
{
background-color: #B31CB9;
}
</style>
border-color css
<style>
span { border-color: #B31CB9; }
span { border-color: rgb(179,28,185); }
td.TdClassName
{
border-color: #B31CB9;
}
.TagClassName
{
border-color: #B31CB9;
}
</style>