Shades of Deep Magenta #B81DAC
Tints of Deep Magenta #B81DAC
RGB
CMYK
RGB Variations
Color information
#B81DAC (or 0xB81DAC) is known color: Deep Magenta. HEX triplet: B8, 1D and AC. RGB value is (184,29,172). Sum of RGB (Red+Green+Blue) = 184+29+172=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B81DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81DAC is #47E253. Grayscale: #5B5B5B. Windows color (decimal): -4710996 or 11279800. OLE color: 11279800.
HSL color Cylindrical-coordinate representation of color #B81DAC: hue angle of 304.65º 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 #B81DAC is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 172 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.28 |
| HSL | 304.65º | 0.73% | 0.42% | - |
| HSV(B) | 304.65º | 0.84% | 0.72% | - |
| XYZ | 27.65 | 14.05 | 40.28 | - |
| YUV | 91.65 | 173.35 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 172 | 0 | 0.84 | 0.07 | 0.28 | 304.65 | 0.73 | 0.42 |
| Hex | B8 | 1D | AC | 0 | 54 | 7 | 1C | 131 | 49 | 2A |
| Octal | 270 | 35 | 254 | 0 | 124 | 7 | 34 | 461 | 111 | 52 |
| Binary | 10111000 | 11101 | 10101100 | 0 | 1010100 | 111 | 11100 | 100110001 | 1001001 | 101010 |
Color Harmonies of #B81DAC
Complementary color
Monochromatic Colors of #B81DAC
Black with #B81DAC
Text Example
Text Example
White with #B81DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DAC; }
p { color: rgb(184,29,172); }
H1.HeaderClassName
{
color: #B81DAC;
}
.AnyTagClassName
{
color: #B81DAC;
}
</style>
background-color css
<style>
a { background-color: #B81DAC; }
a { background-color: rgb(184,29,172); }
div.DivClassName
{
background-color: #B81DAC;
}
.BgClassName
{
background-color: #B81DAC;
}
</style>
border-color css
<style>
span { border-color: #B81DAC; }
span { border-color: rgb(184,29,172); }
td.TdClassName
{
border-color: #B81DAC;
}
.TagClassName
{
border-color: #B81DAC;
}
</style>