Shades of Deep Magenta #B816AB
Tints of Deep Magenta #B816AB
RGB
CMYK
RGB Variations
Color information
#B816AB (or 0xB816AB) is known color: Deep Magenta. HEX triplet: B8, 16 and AB. RGB value is (184,22,171). Sum of RGB (Red+Green+Blue) = 184+22+171=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B816AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B816AB is #47E954. Grayscale: #565656. Windows color (decimal): -4712789 or 11212472. OLE color: 11212472.
HSL color Cylindrical-coordinate representation of color #B816AB: hue angle of 304.81º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B816AB is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 171 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.28 |
| HSL | 304.81º | 0.79% | 0.4% | - |
| HSV(B) | 304.81º | 0.88% | 0.72% | - |
| XYZ | 27.4 | 13.7 | 39.73 | - |
| YUV | 87.42 | 175.17 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 171 | 0 | 0.88 | 0.07 | 0.28 | 304.81 | 0.79 | 0.4 |
| Hex | B8 | 16 | AB | 0 | 58 | 7 | 1C | 131 | 4F | 28 |
| Octal | 270 | 26 | 253 | 0 | 130 | 7 | 34 | 461 | 117 | 50 |
| Binary | 10111000 | 10110 | 10101011 | 0 | 1011000 | 111 | 11100 | 100110001 | 1001111 | 101000 |
Color Harmonies of #B816AB
Complementary color
Monochromatic Colors of #B816AB
Black with #B816AB
Text Example
Text Example
White with #B816AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816AB; }
p { color: rgb(184,22,171); }
H1.HeaderClassName
{
color: #B816AB;
}
.AnyTagClassName
{
color: #B816AB;
}
</style>
background-color css
<style>
a { background-color: #B816AB; }
a { background-color: rgb(184,22,171); }
div.DivClassName
{
background-color: #B816AB;
}
.BgClassName
{
background-color: #B816AB;
}
</style>
border-color css
<style>
span { border-color: #B816AB; }
span { border-color: rgb(184,22,171); }
td.TdClassName
{
border-color: #B816AB;
}
.TagClassName
{
border-color: #B816AB;
}
</style>