Shades of Deep Magenta #B904DF
Tints of Deep Magenta #B904DF
RGB
CMYK
RGB Variations
Color information
#B904DF (or 0xB904DF) is known color: Deep Magenta. HEX triplet: B9, 04 and DF. RGB value is (185,4,223). Sum of RGB (Red+Green+Blue) = 185+4+223=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #B904DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904DF is #46FB20. Grayscale: #525252. Windows color (decimal): -4651809 or 14615737. OLE color: 14615737.
HSL color Cylindrical-coordinate representation of color #B904DF: hue angle of 289.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904DF is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 4 | 223 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.13 |
| HSL | 289.59º | 0.96% | 0.45% | - |
| HSV(B) | 289.59º | 0.98% | 0.87% | - |
| XYZ | 33.37 | 15.73 | 71.09 | - |
| YUV | 83.09 | 206.97 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 223 | 0.17 | 0.98 | 0 | 0.13 | 289.59 | 0.96 | 0.45 |
| Hex | B9 | 4 | DF | 11 | 62 | 0 | D | 122 | 60 | 2D |
| Octal | 271 | 4 | 337 | 21 | 142 | 0 | 15 | 442 | 140 | 55 |
| Binary | 10111001 | 100 | 11011111 | 10001 | 1100010 | 0 | 1101 | 100100010 | 1100000 | 101101 |
Color Harmonies of #B904DF
Complementary color
Monochromatic Colors of #B904DF
Black with #B904DF
Text Example
Text Example
White with #B904DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904DF; }
p { color: rgb(185,4,223); }
H1.HeaderClassName
{
color: #B904DF;
}
.AnyTagClassName
{
color: #B904DF;
}
</style>
background-color css
<style>
a { background-color: #B904DF; }
a { background-color: rgb(185,4,223); }
div.DivClassName
{
background-color: #B904DF;
}
.BgClassName
{
background-color: #B904DF;
}
</style>
border-color css
<style>
span { border-color: #B904DF; }
span { border-color: rgb(185,4,223); }
td.TdClassName
{
border-color: #B904DF;
}
.TagClassName
{
border-color: #B904DF;
}
</style>