Shades of Deep Magenta #B801AB
Tints of Deep Magenta #B801AB
RGB
CMYK
RGB Variations
Color information
#B801AB (or 0xB801AB) is known color: Deep Magenta. HEX triplet: B8, 01 and AB. RGB value is (184,1,171). Sum of RGB (Red+Green+Blue) = 184+1+171=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B801AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B801AB is #47FE54. Grayscale: #4A4A4A. Windows color (decimal): -4718165 or 11207096. OLE color: 11207096.
HSL color Cylindrical-coordinate representation of color #B801AB: hue angle of 304.26º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B801AB is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 171 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.28 |
| HSL | 304.26º | 0.99% | 0.36% | - |
| HSV(B) | 304.26º | 0.99% | 0.72% | - |
| XYZ | 27.13 | 13.15 | 39.64 | - |
| YUV | 75.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 171 | 0 | 0.99 | 0.07 | 0.28 | 304.26 | 0.99 | 0.36 |
| Hex | B8 | 1 | AB | 0 | 63 | 7 | 1C | 130 | 63 | 24 |
| Octal | 270 | 1 | 253 | 0 | 143 | 7 | 34 | 460 | 143 | 44 |
| Binary | 10111000 | 1 | 10101011 | 0 | 1100011 | 111 | 11100 | 100110000 | 1100011 | 100100 |
Color Harmonies of #B801AB
Complementary color
Monochromatic Colors of #B801AB
Black with #B801AB
Text Example
Text Example
White with #B801AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801AB; }
p { color: rgb(184,1,171); }
H1.HeaderClassName
{
color: #B801AB;
}
.AnyTagClassName
{
color: #B801AB;
}
</style>
background-color css
<style>
a { background-color: #B801AB; }
a { background-color: rgb(184,1,171); }
div.DivClassName
{
background-color: #B801AB;
}
.BgClassName
{
background-color: #B801AB;
}
</style>
border-color css
<style>
span { border-color: #B801AB; }
span { border-color: rgb(184,1,171); }
td.TdClassName
{
border-color: #B801AB;
}
.TagClassName
{
border-color: #B801AB;
}
</style>