Shades of Deep Magenta #B31DBF
Tints of Deep Magenta #B31DBF
RGB
CMYK
RGB Variations
Color information
#B31DBF (or 0xB31DBF) is known color: Deep Magenta. HEX triplet: B3, 1D and BF. RGB value is (179,29,191). Sum of RGB (Red+Green+Blue) = 179+29+191=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #B31DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DBF is #4CE240. Grayscale: #5B5B5B. Windows color (decimal): -5038657 or 12524979. OLE color: 12524979.
HSL color Cylindrical-coordinate representation of color #B31DBF: hue angle of 295.56º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31DBF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 29 | 191 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.25 |
| HSL | 295.56º | 0.74% | 0.43% | - |
| HSV(B) | 295.56º | 0.85% | 0.75% | - |
| XYZ | 28.43 | 14.22 | 50.54 | - |
| YUV | 92.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 191 | 0.06 | 0.85 | 0 | 0.25 | 295.56 | 0.74 | 0.43 |
| Hex | B3 | 1D | BF | 6 | 55 | 0 | 19 | 128 | 4A | 2B |
| Octal | 263 | 35 | 277 | 6 | 125 | 0 | 31 | 450 | 112 | 53 |
| Binary | 10110011 | 11101 | 10111111 | 110 | 1010101 | 0 | 11001 | 100101000 | 1001010 | 101011 |
Color Harmonies of #B31DBF
Complementary color
Monochromatic Colors of #B31DBF
Black with #B31DBF
Text Example
Text Example
White with #B31DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DBF; }
p { color: rgb(179,29,191); }
H1.HeaderClassName
{
color: #B31DBF;
}
.AnyTagClassName
{
color: #B31DBF;
}
</style>
background-color css
<style>
a { background-color: #B31DBF; }
a { background-color: rgb(179,29,191); }
div.DivClassName
{
background-color: #B31DBF;
}
.BgClassName
{
background-color: #B31DBF;
}
</style>
border-color css
<style>
span { border-color: #B31DBF; }
span { border-color: rgb(179,29,191); }
td.TdClassName
{
border-color: #B31DBF;
}
.TagClassName
{
border-color: #B31DBF;
}
</style>