Shades of Deep Magenta #B819AC
Tints of Deep Magenta #B819AC
RGB
CMYK
RGB Variations
Color information
#B819AC (or 0xB819AC) is known color: Deep Magenta. HEX triplet: B8, 19 and AC. RGB value is (184,25,172). Sum of RGB (Red+Green+Blue) = 184+25+172=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B819AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B819AC is #47E653. Grayscale: #585858. Windows color (decimal): -4712020 or 11278776. OLE color: 11278776.
HSL color Cylindrical-coordinate representation of color #B819AC: hue angle of 304.53º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B819AC is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 172 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.28 |
| HSL | 304.53º | 0.76% | 0.41% | - |
| HSV(B) | 304.53º | 0.86% | 0.72% | - |
| XYZ | 27.56 | 13.86 | 40.25 | - |
| YUV | 89.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 172 | 0 | 0.86 | 0.07 | 0.28 | 304.53 | 0.76 | 0.41 |
| Hex | B8 | 19 | AC | 0 | 56 | 7 | 1C | 131 | 4C | 29 |
| Octal | 270 | 31 | 254 | 0 | 126 | 7 | 34 | 461 | 114 | 51 |
| Binary | 10111000 | 11001 | 10101100 | 0 | 1010110 | 111 | 11100 | 100110001 | 1001100 | 101001 |
Color Harmonies of #B819AC
Complementary color
Monochromatic Colors of #B819AC
Black with #B819AC
Text Example
Text Example
White with #B819AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819AC; }
p { color: rgb(184,25,172); }
H1.HeaderClassName
{
color: #B819AC;
}
.AnyTagClassName
{
color: #B819AC;
}
</style>
background-color css
<style>
a { background-color: #B819AC; }
a { background-color: rgb(184,25,172); }
div.DivClassName
{
background-color: #B819AC;
}
.BgClassName
{
background-color: #B819AC;
}
</style>
border-color css
<style>
span { border-color: #B819AC; }
span { border-color: rgb(184,25,172); }
td.TdClassName
{
border-color: #B819AC;
}
.TagClassName
{
border-color: #B819AC;
}
</style>