Shades of Deep Magenta #B31DAC
Tints of Deep Magenta #B31DAC
RGB
CMYK
RGB Variations
Color information
#B31DAC (or 0xB31DAC) is known color: Deep Magenta. HEX triplet: B3, 1D and AC. RGB value is (179,29,172). Sum of RGB (Red+Green+Blue) = 179+29+172=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DAC is #4CE253. Grayscale: #595959. Windows color (decimal): -5038676 or 11279795. OLE color: 11279795.
HSL color Cylindrical-coordinate representation of color #B31DAC: hue angle of 302.8º 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 #B31DAC is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 172 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.30 |
| HSL | 302.8º | 0.72% | 0.41% | - |
| HSV(B) | 302.8º | 0.84% | 0.7% | - |
| XYZ | 26.48 | 13.44 | 40.23 | - |
| YUV | 90.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 172 | 0 | 0.84 | 0.04 | 0.30 | 302.8 | 0.72 | 0.41 |
| Hex | B3 | 1D | AC | 0 | 54 | 4 | 1E | 12F | 48 | 29 |
| Octal | 263 | 35 | 254 | 0 | 124 | 4 | 36 | 457 | 110 | 51 |
| Binary | 10110011 | 11101 | 10101100 | 0 | 1010100 | 100 | 11110 | 100101111 | 1001000 | 101001 |
Color Harmonies of #B31DAC
Complementary color
Monochromatic Colors of #B31DAC
Black with #B31DAC
Text Example
Text Example
White with #B31DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DAC; }
p { color: rgb(179,29,172); }
H1.HeaderClassName
{
color: #B31DAC;
}
.AnyTagClassName
{
color: #B31DAC;
}
</style>
background-color css
<style>
a { background-color: #B31DAC; }
a { background-color: rgb(179,29,172); }
div.DivClassName
{
background-color: #B31DAC;
}
.BgClassName
{
background-color: #B31DAC;
}
</style>
border-color css
<style>
span { border-color: #B31DAC; }
span { border-color: rgb(179,29,172); }
td.TdClassName
{
border-color: #B31DAC;
}
.TagClassName
{
border-color: #B31DAC;
}
</style>