Shades of Deep Magenta #B805AB
Tints of Deep Magenta #B805AB
RGB
CMYK
RGB Variations
Color information
#B805AB (or 0xB805AB) is known color: Deep Magenta. HEX triplet: B8, 05 and AB. RGB value is (184,5,171). Sum of RGB (Red+Green+Blue) = 184+5+171=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B805AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B805AB is #47FA54. Grayscale: #4C4C4C. Windows color (decimal): -4717141 or 11208120. OLE color: 11208120.
HSL color Cylindrical-coordinate representation of color #B805AB: hue angle of 304.36º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B805AB is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 171 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.28 |
| HSL | 304.36º | 0.95% | 0.37% | - |
| HSV(B) | 304.36º | 0.97% | 0.72% | - |
| XYZ | 27.17 | 13.24 | 39.65 | - |
| YUV | 77.45 | 180.8 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 171 | 0 | 0.97 | 0.07 | 0.28 | 304.36 | 0.95 | 0.37 |
| Hex | B8 | 5 | AB | 0 | 61 | 7 | 1C | 130 | 5F | 25 |
| Octal | 270 | 5 | 253 | 0 | 141 | 7 | 34 | 460 | 137 | 45 |
| Binary | 10111000 | 101 | 10101011 | 0 | 1100001 | 111 | 11100 | 100110000 | 1011111 | 100101 |
Color Harmonies of #B805AB
Complementary color
Monochromatic Colors of #B805AB
Black with #B805AB
Text Example
Text Example
White with #B805AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805AB; }
p { color: rgb(184,5,171); }
H1.HeaderClassName
{
color: #B805AB;
}
.AnyTagClassName
{
color: #B805AB;
}
</style>
background-color css
<style>
a { background-color: #B805AB; }
a { background-color: rgb(184,5,171); }
div.DivClassName
{
background-color: #B805AB;
}
.BgClassName
{
background-color: #B805AB;
}
</style>
border-color css
<style>
span { border-color: #B805AB; }
span { border-color: rgb(184,5,171); }
td.TdClassName
{
border-color: #B805AB;
}
.TagClassName
{
border-color: #B805AB;
}
</style>