Shades of Deep Magenta #B804DD
Tints of Deep Magenta #B804DD
RGB
CMYK
RGB Variations
Color information
#B804DD (or 0xB804DD) is known color: Deep Magenta. HEX triplet: B8, 04 and DD. RGB value is (184,4,221). Sum of RGB (Red+Green+Blue) = 184+4+221=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #B804DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B804DD is #47FB22. Grayscale: #515151. Windows color (decimal): -4717347 or 14484664. OLE color: 14484664.
HSL color Cylindrical-coordinate representation of color #B804DD: hue angle of 289.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804DD is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 4 | 221 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.13 |
| HSL | 289.77º | 0.96% | 0.44% | - |
| HSV(B) | 289.77º | 0.98% | 0.87% | - |
| XYZ | 32.86 | 15.5 | 69.67 | - |
| YUV | 82.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 221 | 0.17 | 0.98 | 0 | 0.13 | 289.77 | 0.96 | 0.44 |
| Hex | B8 | 4 | DD | 11 | 62 | 0 | D | 122 | 60 | 2C |
| Octal | 270 | 4 | 335 | 21 | 142 | 0 | 15 | 442 | 140 | 54 |
| Binary | 10111000 | 100 | 11011101 | 10001 | 1100010 | 0 | 1101 | 100100010 | 1100000 | 101100 |
Color Harmonies of #B804DD
Complementary color
Monochromatic Colors of #B804DD
Black with #B804DD
Text Example
Text Example
White with #B804DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B804DD; }
p { color: rgb(184,4,221); }
H1.HeaderClassName
{
color: #B804DD;
}
.AnyTagClassName
{
color: #B804DD;
}
</style>
background-color css
<style>
a { background-color: #B804DD; }
a { background-color: rgb(184,4,221); }
div.DivClassName
{
background-color: #B804DD;
}
.BgClassName
{
background-color: #B804DD;
}
</style>
border-color css
<style>
span { border-color: #B804DD; }
span { border-color: rgb(184,4,221); }
td.TdClassName
{
border-color: #B804DD;
}
.TagClassName
{
border-color: #B804DD;
}
</style>