Shades of Deep Magenta #B904DC
Tints of Deep Magenta #B904DC
RGB
CMYK
RGB Variations
Color information
#B904DC (or 0xB904DC) is known color: Deep Magenta. HEX triplet: B9, 04 and DC. RGB value is (185,4,220). Sum of RGB (Red+Green+Blue) = 185+4+220=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #B904DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904DC is #46FB23. Grayscale: #525252. Windows color (decimal): -4651812 or 14419129. OLE color: 14419129.
HSL color Cylindrical-coordinate representation of color #B904DC: hue angle of 290.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904DC is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 4 | 220 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.14 |
| HSL | 290.28º | 0.96% | 0.44% | - |
| HSV(B) | 290.28º | 0.98% | 0.86% | - |
| XYZ | 32.97 | 15.57 | 68.98 | - |
| YUV | 82.74 | 205.47 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 220 | 0.16 | 0.98 | 0 | 0.14 | 290.28 | 0.96 | 0.44 |
| Hex | B9 | 4 | DC | 10 | 62 | 0 | E | 122 | 60 | 2C |
| Octal | 271 | 4 | 334 | 20 | 142 | 0 | 16 | 442 | 140 | 54 |
| Binary | 10111001 | 100 | 11011100 | 10000 | 1100010 | 0 | 1110 | 100100010 | 1100000 | 101100 |
Color Harmonies of #B904DC
Complementary color
Monochromatic Colors of #B904DC
Black with #B904DC
Text Example
Text Example
White with #B904DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904DC; }
p { color: rgb(185,4,220); }
H1.HeaderClassName
{
color: #B904DC;
}
.AnyTagClassName
{
color: #B904DC;
}
</style>
background-color css
<style>
a { background-color: #B904DC; }
a { background-color: rgb(185,4,220); }
div.DivClassName
{
background-color: #B904DC;
}
.BgClassName
{
background-color: #B904DC;
}
</style>
border-color css
<style>
span { border-color: #B904DC; }
span { border-color: rgb(185,4,220); }
td.TdClassName
{
border-color: #B904DC;
}
.TagClassName
{
border-color: #B904DC;
}
</style>