Shades of Deep Magenta #B31DAF
Tints of Deep Magenta #B31DAF
RGB
CMYK
RGB Variations
Color information
#B31DAF (or 0xB31DAF) is known color: Deep Magenta. HEX triplet: B3, 1D and AF. RGB value is (179,29,175). Sum of RGB (Red+Green+Blue) = 179+29+175=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DAF is #4CE250. Grayscale: #5A5A5A. Windows color (decimal): -5038673 or 11476403. OLE color: 11476403.
HSL color Cylindrical-coordinate representation of color #B31DAF: hue angle of 301.6º 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 #B31DAF is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 175 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.30 |
| HSL | 301.6º | 0.72% | 0.41% | - |
| HSV(B) | 301.6º | 0.84% | 0.7% | - |
| XYZ | 26.77 | 13.56 | 41.76 | - |
| YUV | 90.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 175 | 0 | 0.84 | 0.02 | 0.30 | 301.6 | 0.72 | 0.41 |
| Hex | B3 | 1D | AF | 0 | 54 | 2 | 1E | 12E | 48 | 29 |
| Octal | 263 | 35 | 257 | 0 | 124 | 2 | 36 | 456 | 110 | 51 |
| Binary | 10110011 | 11101 | 10101111 | 0 | 1010100 | 10 | 11110 | 100101110 | 1001000 | 101001 |
Color Harmonies of #B31DAF
Complementary color
Monochromatic Colors of #B31DAF
Black with #B31DAF
Text Example
Text Example
White with #B31DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DAF; }
p { color: rgb(179,29,175); }
H1.HeaderClassName
{
color: #B31DAF;
}
.AnyTagClassName
{
color: #B31DAF;
}
</style>
background-color css
<style>
a { background-color: #B31DAF; }
a { background-color: rgb(179,29,175); }
div.DivClassName
{
background-color: #B31DAF;
}
.BgClassName
{
background-color: #B31DAF;
}
</style>
border-color css
<style>
span { border-color: #B31DAF; }
span { border-color: rgb(179,29,175); }
td.TdClassName
{
border-color: #B31DAF;
}
.TagClassName
{
border-color: #B31DAF;
}
</style>