Shades of Deep Magenta #B804DA
Tints of Deep Magenta #B804DA
RGB
CMYK
RGB Variations
Color information
#B804DA (or 0xB804DA) is known color: Deep Magenta. HEX triplet: B8, 04 and DA. RGB value is (184,4,218). Sum of RGB (Red+Green+Blue) = 184+4+218=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #B804DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B804DA is #47FB25. Grayscale: #515151. Windows color (decimal): -4717350 or 14288056. OLE color: 14288056.
HSL color Cylindrical-coordinate representation of color #B804DA: hue angle of 290.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804DA is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 4 | 218 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.15 |
| HSL | 290.47º | 0.96% | 0.44% | - |
| HSV(B) | 290.47º | 0.98% | 0.85% | - |
| XYZ | 32.47 | 15.34 | 67.58 | - |
| YUV | 82.22 | 204.63 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 218 | 0.16 | 0.98 | 0 | 0.15 | 290.47 | 0.96 | 0.44 |
| Hex | B8 | 4 | DA | 10 | 62 | 0 | F | 122 | 60 | 2C |
| Octal | 270 | 4 | 332 | 20 | 142 | 0 | 17 | 442 | 140 | 54 |
| Binary | 10111000 | 100 | 11011010 | 10000 | 1100010 | 0 | 1111 | 100100010 | 1100000 | 101100 |
Color Harmonies of #B804DA
Complementary color
Monochromatic Colors of #B804DA
Black with #B804DA
Text Example
Text Example
White with #B804DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B804DA; }
p { color: rgb(184,4,218); }
H1.HeaderClassName
{
color: #B804DA;
}
.AnyTagClassName
{
color: #B804DA;
}
</style>
background-color css
<style>
a { background-color: #B804DA; }
a { background-color: rgb(184,4,218); }
div.DivClassName
{
background-color: #B804DA;
}
.BgClassName
{
background-color: #B804DA;
}
</style>
border-color css
<style>
span { border-color: #B804DA; }
span { border-color: rgb(184,4,218); }
td.TdClassName
{
border-color: #B804DA;
}
.TagClassName
{
border-color: #B804DA;
}
</style>