Shades of Deep Magenta #B807A8
Tints of Deep Magenta #B807A8
RGB
CMYK
RGB Variations
Color information
#B807A8 (or 0xB807A8) is known color: Deep Magenta. HEX triplet: B8, 07 and A8. RGB value is (184,7,168). Sum of RGB (Red+Green+Blue) = 184+7+168=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B807A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B807A8 is #47F857. Grayscale: #4D4D4D. Windows color (decimal): -4716632 or 11012024. OLE color: 11012024.
HSL color Cylindrical-coordinate representation of color #B807A8: hue angle of 305.42º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B807A8 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 168 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.28 |
| HSL | 305.42º | 0.93% | 0.37% | - |
| HSV(B) | 305.42º | 0.96% | 0.72% | - |
| XYZ | 26.91 | 13.17 | 38.17 | - |
| YUV | 78.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 168 | 0 | 0.96 | 0.09 | 0.28 | 305.42 | 0.93 | 0.37 |
| Hex | B8 | 7 | A8 | 0 | 60 | 9 | 1C | 131 | 5D | 25 |
| Octal | 270 | 7 | 250 | 0 | 140 | 11 | 34 | 461 | 135 | 45 |
| Binary | 10111000 | 111 | 10101000 | 0 | 1100000 | 1001 | 11100 | 100110001 | 1011101 | 100101 |
Color Harmonies of #B807A8
Complementary color
Monochromatic Colors of #B807A8
Black with #B807A8
Text Example
Text Example
White with #B807A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807A8; }
p { color: rgb(184,7,168); }
H1.HeaderClassName
{
color: #B807A8;
}
.AnyTagClassName
{
color: #B807A8;
}
</style>
background-color css
<style>
a { background-color: #B807A8; }
a { background-color: rgb(184,7,168); }
div.DivClassName
{
background-color: #B807A8;
}
.BgClassName
{
background-color: #B807A8;
}
</style>
border-color css
<style>
span { border-color: #B807A8; }
span { border-color: rgb(184,7,168); }
td.TdClassName
{
border-color: #B807A8;
}
.TagClassName
{
border-color: #B807A8;
}
</style>