Shades of Deep Magenta #B804AD
Tints of Deep Magenta #B804AD
RGB
CMYK
RGB Variations
Color information
#B804AD (or 0xB804AD) is known color: Deep Magenta. HEX triplet: B8, 04 and AD. RGB value is (184,4,173). Sum of RGB (Red+Green+Blue) = 184+4+173=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B804AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B804AD is #47FB52. Grayscale: #4C4C4C. Windows color (decimal): -4717395 or 11338936. OLE color: 11338936.
HSL color Cylindrical-coordinate representation of color #B804AD: hue angle of 303.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804AD is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.28 |
| HSL | 303.67º | 0.96% | 0.37% | - |
| HSV(B) | 303.67º | 0.98% | 0.72% | - |
| XYZ | 27.35 | 13.29 | 40.66 | - |
| YUV | 77.09 | 182.13 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 173 | 0 | 0.98 | 0.06 | 0.28 | 303.67 | 0.96 | 0.37 |
| Hex | B8 | 4 | AD | 0 | 62 | 6 | 1C | 130 | 60 | 25 |
| Octal | 270 | 4 | 255 | 0 | 142 | 6 | 34 | 460 | 140 | 45 |
| Binary | 10111000 | 100 | 10101101 | 0 | 1100010 | 110 | 11100 | 100110000 | 1100000 | 100101 |
Color Harmonies of #B804AD
Complementary color
Monochromatic Colors of #B804AD
Black with #B804AD
Text Example
Text Example
White with #B804AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B804AD; }
p { color: rgb(184,4,173); }
H1.HeaderClassName
{
color: #B804AD;
}
.AnyTagClassName
{
color: #B804AD;
}
</style>
background-color css
<style>
a { background-color: #B804AD; }
a { background-color: rgb(184,4,173); }
div.DivClassName
{
background-color: #B804AD;
}
.BgClassName
{
background-color: #B804AD;
}
</style>
border-color css
<style>
span { border-color: #B804AD; }
span { border-color: rgb(184,4,173); }
td.TdClassName
{
border-color: #B804AD;
}
.TagClassName
{
border-color: #B804AD;
}
</style>