Shades of Deep Magenta #B800AA
Tints of Deep Magenta #B800AA
RGB
CMYK
RGB Variations
Color information
#B800AA (or 0xB800AA) is known color: Deep Magenta. HEX triplet: B8, 00 and AA. RGB value is (184,0,170). Sum of RGB (Red+Green+Blue) = 184+0+170=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B800AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B800AA is #47FF55. Grayscale: #494949. Windows color (decimal): -4718422 or 11141304. OLE color: 11141304.
HSL color Cylindrical-coordinate representation of color #B800AA: hue angle of 304.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800AA is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.08 | 0.28 |
| HSL | 304.57º | 1% | 0.36% | - |
| HSV(B) | 304.57º | 1% | 0.72% | - |
| XYZ | 27.02 | 13.09 | 39.13 | - |
| YUV | 74.4 | 181.96 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 170 | 0 | 1 | 0.08 | 0.28 | 304.57 | 1 | 0.36 |
| Hex | B8 | 0 | AA | 0 | 64 | 8 | 1C | 131 | 64 | 24 |
| Octal | 270 | 0 | 252 | 0 | 144 | 10 | 34 | 461 | 144 | 44 |
| Binary | 10111000 | 0 | 10101010 | 0 | 1100100 | 1000 | 11100 | 100110001 | 1100100 | 100100 |
Color Harmonies of #B800AA
Complementary color
Monochromatic Colors of #B800AA
Black with #B800AA
Text Example
Text Example
White with #B800AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800AA; }
p { color: rgb(184,0,170); }
H1.HeaderClassName
{
color: #B800AA;
}
.AnyTagClassName
{
color: #B800AA;
}
</style>
background-color css
<style>
a { background-color: #B800AA; }
a { background-color: rgb(184,0,170); }
div.DivClassName
{
background-color: #B800AA;
}
.BgClassName
{
background-color: #B800AA;
}
</style>
border-color css
<style>
span { border-color: #B800AA; }
span { border-color: rgb(184,0,170); }
td.TdClassName
{
border-color: #B800AA;
}
.TagClassName
{
border-color: #B800AA;
}
</style>