Shades of Deep Magenta #B81BAC
Tints of Deep Magenta #B81BAC
RGB
CMYK
RGB Variations
Color information
#B81BAC (or 0xB81BAC) is known color: Deep Magenta. HEX triplet: B8, 1B and AC. RGB value is (184,27,172). Sum of RGB (Red+Green+Blue) = 184+27+172=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B81BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81BAC is #47E453. Grayscale: #5A5A5A. Windows color (decimal): -4711508 or 11279288. OLE color: 11279288.
HSL color Cylindrical-coordinate representation of color #B81BAC: hue angle of 304.59º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81BAC is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 172 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.28 |
| HSL | 304.59º | 0.74% | 0.41% | - |
| HSV(B) | 304.59º | 0.85% | 0.72% | - |
| XYZ | 27.61 | 13.95 | 40.27 | - |
| YUV | 90.47 | 174.01 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 172 | 0 | 0.85 | 0.07 | 0.28 | 304.59 | 0.74 | 0.41 |
| Hex | B8 | 1B | AC | 0 | 55 | 7 | 1C | 131 | 4A | 29 |
| Octal | 270 | 33 | 254 | 0 | 125 | 7 | 34 | 461 | 112 | 51 |
| Binary | 10111000 | 11011 | 10101100 | 0 | 1010101 | 111 | 11100 | 100110001 | 1001010 | 101001 |
Color Harmonies of #B81BAC
Complementary color
Monochromatic Colors of #B81BAC
Black with #B81BAC
Text Example
Text Example
White with #B81BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81BAC; }
p { color: rgb(184,27,172); }
H1.HeaderClassName
{
color: #B81BAC;
}
.AnyTagClassName
{
color: #B81BAC;
}
</style>
background-color css
<style>
a { background-color: #B81BAC; }
a { background-color: rgb(184,27,172); }
div.DivClassName
{
background-color: #B81BAC;
}
.BgClassName
{
background-color: #B81BAC;
}
</style>
border-color css
<style>
span { border-color: #B81BAC; }
span { border-color: rgb(184,27,172); }
td.TdClassName
{
border-color: #B81BAC;
}
.TagClassName
{
border-color: #B81BAC;
}
</style>