Shades of Deep Magenta #B801A8
Tints of Deep Magenta #B801A8
RGB
CMYK
RGB Variations
Color information
#B801A8 (or 0xB801A8) is known color: Deep Magenta. HEX triplet: B8, 01 and A8. RGB value is (184,1,168). Sum of RGB (Red+Green+Blue) = 184+1+168=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B801A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B801A8 is #47FE57. Grayscale: #4A4A4A. Windows color (decimal): -4718168 or 11010488. OLE color: 11010488.
HSL color Cylindrical-coordinate representation of color #B801A8: hue angle of 305.25º 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 #B801A8 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 168 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.28 |
| HSL | 305.25º | 0.99% | 0.36% | - |
| HSV(B) | 305.25º | 0.99% | 0.72% | - |
| XYZ | 26.85 | 13.04 | 38.15 | - |
| YUV | 74.76 | 180.63 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 168 | 0 | 0.99 | 0.09 | 0.28 | 305.25 | 0.99 | 0.36 |
| Hex | B8 | 1 | A8 | 0 | 63 | 9 | 1C | 131 | 63 | 24 |
| Octal | 270 | 1 | 250 | 0 | 143 | 11 | 34 | 461 | 143 | 44 |
| Binary | 10111000 | 1 | 10101000 | 0 | 1100011 | 1001 | 11100 | 100110001 | 1100011 | 100100 |
Color Harmonies of #B801A8
Complementary color
Monochromatic Colors of #B801A8
Black with #B801A8
Text Example
Text Example
White with #B801A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801A8; }
p { color: rgb(184,1,168); }
H1.HeaderClassName
{
color: #B801A8;
}
.AnyTagClassName
{
color: #B801A8;
}
</style>
background-color css
<style>
a { background-color: #B801A8; }
a { background-color: rgb(184,1,168); }
div.DivClassName
{
background-color: #B801A8;
}
.BgClassName
{
background-color: #B801A8;
}
</style>
border-color css
<style>
span { border-color: #B801A8; }
span { border-color: rgb(184,1,168); }
td.TdClassName
{
border-color: #B801A8;
}
.TagClassName
{
border-color: #B801A8;
}
</style>