Shades of Deep Magenta #B31DB7
Tints of Deep Magenta #B31DB7
RGB
CMYK
RGB Variations
Color information
#B31DB7 (or 0xB31DB7) is known color: Deep Magenta. HEX triplet: B3, 1D and B7. RGB value is (179,29,183). Sum of RGB (Red+Green+Blue) = 179+29+183=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #B31DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DB7 is #4CE248. Grayscale: #5A5A5A. Windows color (decimal): -5038665 or 12000691. OLE color: 12000691.
HSL color Cylindrical-coordinate representation of color #B31DB7: hue angle of 298.44º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31DB7 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 29 | 183 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.28 |
| HSL | 298.44º | 0.73% | 0.42% | - |
| HSV(B) | 298.44º | 0.84% | 0.72% | - |
| XYZ | 27.58 | 13.88 | 46.03 | - |
| YUV | 91.41 | 179.7 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 183 | 0.02 | 0.84 | 0 | 0.28 | 298.44 | 0.73 | 0.42 |
| Hex | B3 | 1D | B7 | 2 | 54 | 0 | 1C | 12A | 49 | 2A |
| Octal | 263 | 35 | 267 | 2 | 124 | 0 | 34 | 452 | 111 | 52 |
| Binary | 10110011 | 11101 | 10110111 | 10 | 1010100 | 0 | 11100 | 100101010 | 1001001 | 101010 |
Color Harmonies of #B31DB7
Complementary color
Monochromatic Colors of #B31DB7
Black with #B31DB7
Text Example
Text Example
White with #B31DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DB7; }
p { color: rgb(179,29,183); }
H1.HeaderClassName
{
color: #B31DB7;
}
.AnyTagClassName
{
color: #B31DB7;
}
</style>
background-color css
<style>
a { background-color: #B31DB7; }
a { background-color: rgb(179,29,183); }
div.DivClassName
{
background-color: #B31DB7;
}
.BgClassName
{
background-color: #B31DB7;
}
</style>
border-color css
<style>
span { border-color: #B31DB7; }
span { border-color: rgb(179,29,183); }
td.TdClassName
{
border-color: #B31DB7;
}
.TagClassName
{
border-color: #B31DB7;
}
</style>