Shades of Deep Magenta #B904DA
Tints of Deep Magenta #B904DA
RGB
CMYK
RGB Variations
Color information
#B904DA (or 0xB904DA) is known color: Deep Magenta. HEX triplet: B9, 04 and DA. RGB value is (185,4,218). Sum of RGB (Red+Green+Blue) = 185+4+218=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #B904DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904DA is #46FB25. Grayscale: #515151. Windows color (decimal): -4651814 or 14288057. OLE color: 14288057.
HSL color Cylindrical-coordinate representation of color #B904DA: hue angle of 290.75º 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 #B904DA is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 4 | 218 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.15 |
| HSL | 290.75º | 0.96% | 0.44% | - |
| HSV(B) | 290.75º | 0.98% | 0.85% | - |
| XYZ | 32.71 | 15.46 | 67.59 | - |
| YUV | 82.52 | 204.47 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 218 | 0.15 | 0.98 | 0 | 0.15 | 290.75 | 0.96 | 0.44 |
| Hex | B9 | 4 | DA | F | 62 | 0 | F | 123 | 60 | 2C |
| Octal | 271 | 4 | 332 | 17 | 142 | 0 | 17 | 443 | 140 | 54 |
| Binary | 10111001 | 100 | 11011010 | 1111 | 1100010 | 0 | 1111 | 100100011 | 1100000 | 101100 |
Color Harmonies of #B904DA
Complementary color
Monochromatic Colors of #B904DA
Black with #B904DA
Text Example
Text Example
White with #B904DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904DA; }
p { color: rgb(185,4,218); }
H1.HeaderClassName
{
color: #B904DA;
}
.AnyTagClassName
{
color: #B904DA;
}
</style>
background-color css
<style>
a { background-color: #B904DA; }
a { background-color: rgb(185,4,218); }
div.DivClassName
{
background-color: #B904DA;
}
.BgClassName
{
background-color: #B904DA;
}
</style>
border-color css
<style>
span { border-color: #B904DA; }
span { border-color: rgb(185,4,218); }
td.TdClassName
{
border-color: #B904DA;
}
.TagClassName
{
border-color: #B904DA;
}
</style>