Shades of Deep Magenta #B31CB8
Tints of Deep Magenta #B31CB8
RGB
CMYK
RGB Variations
Color information
#B31CB8 (or 0xB31CB8) is known color: Deep Magenta. HEX triplet: B3, 1C and B8. RGB value is (179,28,184). Sum of RGB (Red+Green+Blue) = 179+28+184=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #B31CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CB8 is #4CE347. Grayscale: #5A5A5A. Windows color (decimal): -5038920 or 12065971. OLE color: 12065971.
HSL color Cylindrical-coordinate representation of color #B31CB8: hue angle of 298.08º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31CB8 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 28 | 184 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.28 |
| HSL | 298.08º | 0.74% | 0.42% | - |
| HSV(B) | 298.08º | 0.85% | 0.72% | - |
| XYZ | 27.66 | 13.87 | 46.57 | - |
| YUV | 90.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 184 | 0.03 | 0.85 | 0 | 0.28 | 298.08 | 0.74 | 0.42 |
| Hex | B3 | 1C | B8 | 3 | 55 | 0 | 1C | 12A | 4A | 2A |
| Octal | 263 | 34 | 270 | 3 | 125 | 0 | 34 | 452 | 112 | 52 |
| Binary | 10110011 | 11100 | 10111000 | 11 | 1010101 | 0 | 11100 | 100101010 | 1001010 | 101010 |
Color Harmonies of #B31CB8
Complementary color
Monochromatic Colors of #B31CB8
Black with #B31CB8
Text Example
Text Example
White with #B31CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CB8; }
p { color: rgb(179,28,184); }
H1.HeaderClassName
{
color: #B31CB8;
}
.AnyTagClassName
{
color: #B31CB8;
}
</style>
background-color css
<style>
a { background-color: #B31CB8; }
a { background-color: rgb(179,28,184); }
div.DivClassName
{
background-color: #B31CB8;
}
.BgClassName
{
background-color: #B31CB8;
}
</style>
border-color css
<style>
span { border-color: #B31CB8; }
span { border-color: rgb(179,28,184); }
td.TdClassName
{
border-color: #B31CB8;
}
.TagClassName
{
border-color: #B31CB8;
}
</style>