Shades of Deep Magenta #B31DB2
Tints of Deep Magenta #B31DB2
RGB
CMYK
RGB Variations
Color information
#B31DB2 (or 0xB31DB2) is known color: Deep Magenta. HEX triplet: B3, 1D and B2. RGB value is (179,29,178). Sum of RGB (Red+Green+Blue) = 179+29+178=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DB2 is #4CE24D. Grayscale: #5A5A5A. Windows color (decimal): -5038670 or 11673011. OLE color: 11673011.
HSL color Cylindrical-coordinate representation of color #B31DB2: hue angle of 300.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31DB2 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 178 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.30 |
| HSL | 300.4º | 0.72% | 0.41% | - |
| HSV(B) | 300.4º | 0.84% | 0.7% | - |
| XYZ | 27.07 | 13.68 | 43.33 | - |
| YUV | 90.84 | 177.2 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 178 | 0 | 0.84 | 0.01 | 0.30 | 300.4 | 0.72 | 0.41 |
| Hex | B3 | 1D | B2 | 0 | 54 | 1 | 1E | 12C | 48 | 29 |
| Octal | 263 | 35 | 262 | 0 | 124 | 1 | 36 | 454 | 110 | 51 |
| Binary | 10110011 | 11101 | 10110010 | 0 | 1010100 | 1 | 11110 | 100101100 | 1001000 | 101001 |
Color Harmonies of #B31DB2
Complementary color
Monochromatic Colors of #B31DB2
Black with #B31DB2
Text Example
Text Example
White with #B31DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DB2; }
p { color: rgb(179,29,178); }
H1.HeaderClassName
{
color: #B31DB2;
}
.AnyTagClassName
{
color: #B31DB2;
}
</style>
background-color css
<style>
a { background-color: #B31DB2; }
a { background-color: rgb(179,29,178); }
div.DivClassName
{
background-color: #B31DB2;
}
.BgClassName
{
background-color: #B31DB2;
}
</style>
border-color css
<style>
span { border-color: #B31DB2; }
span { border-color: rgb(179,29,178); }
td.TdClassName
{
border-color: #B31DB2;
}
.TagClassName
{
border-color: #B31DB2;
}
</style>