Shades of Deep Magenta #B31DB6
Tints of Deep Magenta #B31DB6
RGB
CMYK
RGB Variations
Color information
#B31DB6 (or 0xB31DB6) is known color: Deep Magenta. HEX triplet: B3, 1D and B6. RGB value is (179,29,182). Sum of RGB (Red+Green+Blue) = 179+29+182=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #B31DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DB6 is #4CE249. Grayscale: #5A5A5A. Windows color (decimal): -5038666 or 11935155. OLE color: 11935155.
HSL color Cylindrical-coordinate representation of color #B31DB6: hue angle of 298.82º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31DB6 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 29 | 182 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.29 |
| HSL | 298.82º | 0.73% | 0.41% | - |
| HSV(B) | 298.82º | 0.84% | 0.71% | - |
| XYZ | 27.47 | 13.84 | 45.48 | - |
| YUV | 91.29 | 179.2 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 182 | 0.02 | 0.84 | 0 | 0.29 | 298.82 | 0.73 | 0.41 |
| Hex | B3 | 1D | B6 | 2 | 54 | 0 | 1D | 12B | 49 | 29 |
| Octal | 263 | 35 | 266 | 2 | 124 | 0 | 35 | 453 | 111 | 51 |
| Binary | 10110011 | 11101 | 10110110 | 10 | 1010100 | 0 | 11101 | 100101011 | 1001001 | 101001 |
Color Harmonies of #B31DB6
Complementary color
Monochromatic Colors of #B31DB6
Black with #B31DB6
Text Example
Text Example
White with #B31DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DB6; }
p { color: rgb(179,29,182); }
H1.HeaderClassName
{
color: #B31DB6;
}
.AnyTagClassName
{
color: #B31DB6;
}
</style>
background-color css
<style>
a { background-color: #B31DB6; }
a { background-color: rgb(179,29,182); }
div.DivClassName
{
background-color: #B31DB6;
}
.BgClassName
{
background-color: #B31DB6;
}
</style>
border-color css
<style>
span { border-color: #B31DB6; }
span { border-color: rgb(179,29,182); }
td.TdClassName
{
border-color: #B31DB6;
}
.TagClassName
{
border-color: #B31DB6;
}
</style>