Shades of Deep Magenta #B804AA
Tints of Deep Magenta #B804AA
RGB
CMYK
RGB Variations
Color information
#B804AA (or 0xB804AA) is known color: Deep Magenta. HEX triplet: B8, 04 and AA. RGB value is (184,4,170). Sum of RGB (Red+Green+Blue) = 184+4+170=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B804AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B804AA is #47FB55. Grayscale: #4C4C4C. Windows color (decimal): -4717398 or 11142328. OLE color: 11142328.
HSL color Cylindrical-coordinate representation of color #B804AA: hue angle of 304.67º 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 #B804AA is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.28 |
| HSL | 304.67º | 0.96% | 0.37% | - |
| HSV(B) | 304.67º | 0.98% | 0.72% | - |
| XYZ | 27.07 | 13.18 | 39.15 | - |
| YUV | 76.74 | 180.63 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 170 | 0 | 0.98 | 0.08 | 0.28 | 304.67 | 0.96 | 0.37 |
| Hex | B8 | 4 | AA | 0 | 62 | 8 | 1C | 131 | 60 | 25 |
| Octal | 270 | 4 | 252 | 0 | 142 | 10 | 34 | 461 | 140 | 45 |
| Binary | 10111000 | 100 | 10101010 | 0 | 1100010 | 1000 | 11100 | 100110001 | 1100000 | 100101 |
Color Harmonies of #B804AA
Complementary color
Monochromatic Colors of #B804AA
Black with #B804AA
Text Example
Text Example
White with #B804AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B804AA; }
p { color: rgb(184,4,170); }
H1.HeaderClassName
{
color: #B804AA;
}
.AnyTagClassName
{
color: #B804AA;
}
</style>
background-color css
<style>
a { background-color: #B804AA; }
a { background-color: rgb(184,4,170); }
div.DivClassName
{
background-color: #B804AA;
}
.BgClassName
{
background-color: #B804AA;
}
</style>
border-color css
<style>
span { border-color: #B804AA; }
span { border-color: rgb(184,4,170); }
td.TdClassName
{
border-color: #B804AA;
}
.TagClassName
{
border-color: #B804AA;
}
</style>