Shades of Deep Magenta #B800AE
Tints of Deep Magenta #B800AE
RGB
CMYK
RGB Variations
Color information
#B800AE (or 0xB800AE) is known color: Deep Magenta. HEX triplet: B8, 00 and AE. RGB value is (184,0,174). Sum of RGB (Red+Green+Blue) = 184+0+174=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B800AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B800AE is #47FF51. Grayscale: #4A4A4A. Windows color (decimal): -4718418 or 11403448. OLE color: 11403448.
HSL color Cylindrical-coordinate representation of color #B800AE: hue angle of 303.26º 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 #B800AE is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 174 | - |
| CMYK | 0 | 1 | 0.05 | 0.28 |
| HSL | 303.26º | 1% | 0.36% | - |
| HSV(B) | 303.26º | 1% | 0.72% | - |
| XYZ | 27.41 | 13.25 | 41.16 | - |
| YUV | 74.85 | 183.96 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 174 | 0 | 1 | 0.05 | 0.28 | 303.26 | 1 | 0.36 |
| Hex | B8 | 0 | AE | 0 | 64 | 5 | 1C | 12F | 64 | 24 |
| Octal | 270 | 0 | 256 | 0 | 144 | 5 | 34 | 457 | 144 | 44 |
| Binary | 10111000 | 0 | 10101110 | 0 | 1100100 | 101 | 11100 | 100101111 | 1100100 | 100100 |
Color Harmonies of #B800AE
Complementary color
Monochromatic Colors of #B800AE
Black with #B800AE
Text Example
Text Example
White with #B800AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800AE; }
p { color: rgb(184,0,174); }
H1.HeaderClassName
{
color: #B800AE;
}
.AnyTagClassName
{
color: #B800AE;
}
</style>
background-color css
<style>
a { background-color: #B800AE; }
a { background-color: rgb(184,0,174); }
div.DivClassName
{
background-color: #B800AE;
}
.BgClassName
{
background-color: #B800AE;
}
</style>
border-color css
<style>
span { border-color: #B800AE; }
span { border-color: rgb(184,0,174); }
td.TdClassName
{
border-color: #B800AE;
}
.TagClassName
{
border-color: #B800AE;
}
</style>