Shades of Deep Magenta #B81CAC
Tints of Deep Magenta #B81CAC
RGB
CMYK
RGB Variations
Color information
#B81CAC (or 0xB81CAC) is known color: Deep Magenta. HEX triplet: B8, 1C and AC. RGB value is (184,28,172). Sum of RGB (Red+Green+Blue) = 184+28+172=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B81CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81CAC is #47E353. Grayscale: #5A5A5A. Windows color (decimal): -4711252 or 11279544. OLE color: 11279544.
HSL color Cylindrical-coordinate representation of color #B81CAC: hue angle of 304.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81CAC is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 172 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.28 |
| HSL | 304.62º | 0.74% | 0.42% | - |
| HSV(B) | 304.62º | 0.85% | 0.72% | - |
| XYZ | 27.63 | 14 | 40.28 | - |
| YUV | 91.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 172 | 0 | 0.85 | 0.07 | 0.28 | 304.62 | 0.74 | 0.42 |
| Hex | B8 | 1C | AC | 0 | 55 | 7 | 1C | 131 | 4A | 2A |
| Octal | 270 | 34 | 254 | 0 | 125 | 7 | 34 | 461 | 112 | 52 |
| Binary | 10111000 | 11100 | 10101100 | 0 | 1010101 | 111 | 11100 | 100110001 | 1001010 | 101010 |
Color Harmonies of #B81CAC
Complementary color
Monochromatic Colors of #B81CAC
Black with #B81CAC
Text Example
Text Example
White with #B81CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CAC; }
p { color: rgb(184,28,172); }
H1.HeaderClassName
{
color: #B81CAC;
}
.AnyTagClassName
{
color: #B81CAC;
}
</style>
background-color css
<style>
a { background-color: #B81CAC; }
a { background-color: rgb(184,28,172); }
div.DivClassName
{
background-color: #B81CAC;
}
.BgClassName
{
background-color: #B81CAC;
}
</style>
border-color css
<style>
span { border-color: #B81CAC; }
span { border-color: rgb(184,28,172); }
td.TdClassName
{
border-color: #B81CAC;
}
.TagClassName
{
border-color: #B81CAC;
}
</style>