Shades of Deep Magenta #B805A8
Tints of Deep Magenta #B805A8
RGB
CMYK
RGB Variations
Color information
#B805A8 (or 0xB805A8) is known color: Deep Magenta. HEX triplet: B8, 05 and A8. RGB value is (184,5,168). Sum of RGB (Red+Green+Blue) = 184+5+168=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B805A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B805A8 is #47FA57. Grayscale: #4C4C4C. Windows color (decimal): -4717144 or 11011512. OLE color: 11011512.
HSL color Cylindrical-coordinate representation of color #B805A8: hue angle of 305.36º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B805A8 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 168 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.28 |
| HSL | 305.36º | 0.95% | 0.37% | - |
| HSV(B) | 305.36º | 0.97% | 0.72% | - |
| XYZ | 26.89 | 13.13 | 38.16 | - |
| YUV | 77.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 168 | 0 | 0.97 | 0.09 | 0.28 | 305.36 | 0.95 | 0.37 |
| Hex | B8 | 5 | A8 | 0 | 61 | 9 | 1C | 131 | 5F | 25 |
| Octal | 270 | 5 | 250 | 0 | 141 | 11 | 34 | 461 | 137 | 45 |
| Binary | 10111000 | 101 | 10101000 | 0 | 1100001 | 1001 | 11100 | 100110001 | 1011111 | 100101 |
Color Harmonies of #B805A8
Complementary color
Monochromatic Colors of #B805A8
Black with #B805A8
Text Example
Text Example
White with #B805A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805A8; }
p { color: rgb(184,5,168); }
H1.HeaderClassName
{
color: #B805A8;
}
.AnyTagClassName
{
color: #B805A8;
}
</style>
background-color css
<style>
a { background-color: #B805A8; }
a { background-color: rgb(184,5,168); }
div.DivClassName
{
background-color: #B805A8;
}
.BgClassName
{
background-color: #B805A8;
}
</style>
border-color css
<style>
span { border-color: #B805A8; }
span { border-color: rgb(184,5,168); }
td.TdClassName
{
border-color: #B805A8;
}
.TagClassName
{
border-color: #B805A8;
}
</style>