Shades of Deep Magenta #B804AB
Tints of Deep Magenta #B804AB
RGB
CMYK
RGB Variations
Color information
#B804AB (or 0xB804AB) is known color: Deep Magenta. HEX triplet: B8, 04 and AB. RGB value is (184,4,171). Sum of RGB (Red+Green+Blue) = 184+4+171=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B804AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B804AB is #47FB54. Grayscale: #4C4C4C. Windows color (decimal): -4717397 or 11207864. OLE color: 11207864.
HSL color Cylindrical-coordinate representation of color #B804AB: hue angle of 304.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804AB is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.28 |
| HSL | 304.33º | 0.96% | 0.37% | - |
| HSV(B) | 304.33º | 0.98% | 0.72% | - |
| XYZ | 27.16 | 13.22 | 39.65 | - |
| YUV | 76.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 171 | 0 | 0.98 | 0.07 | 0.28 | 304.33 | 0.96 | 0.37 |
| Hex | B8 | 4 | AB | 0 | 62 | 7 | 1C | 130 | 60 | 25 |
| Octal | 270 | 4 | 253 | 0 | 142 | 7 | 34 | 460 | 140 | 45 |
| Binary | 10111000 | 100 | 10101011 | 0 | 1100010 | 111 | 11100 | 100110000 | 1100000 | 100101 |
Color Harmonies of #B804AB
Complementary color
Monochromatic Colors of #B804AB
Black with #B804AB
Text Example
Text Example
White with #B804AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B804AB; }
p { color: rgb(184,4,171); }
H1.HeaderClassName
{
color: #B804AB;
}
.AnyTagClassName
{
color: #B804AB;
}
</style>
background-color css
<style>
a { background-color: #B804AB; }
a { background-color: rgb(184,4,171); }
div.DivClassName
{
background-color: #B804AB;
}
.BgClassName
{
background-color: #B804AB;
}
</style>
border-color css
<style>
span { border-color: #B804AB; }
span { border-color: rgb(184,4,171); }
td.TdClassName
{
border-color: #B804AB;
}
.TagClassName
{
border-color: #B804AB;
}
</style>