Shades of Deep Magenta #B905DA
Tints of Deep Magenta #B905DA
RGB
CMYK
RGB Variations
Color information
#B905DA (or 0xB905DA) is known color: Deep Magenta. HEX triplet: B9, 05 and DA. RGB value is (185,5,218). Sum of RGB (Red+Green+Blue) = 185+5+218=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #B905DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B905DA is #46FA25. Grayscale: #525252. Windows color (decimal): -4651558 or 14288313. OLE color: 14288313.
HSL color Cylindrical-coordinate representation of color #B905DA: hue angle of 290.7º 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 #B905DA is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 5 | 218 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.15 |
| HSL | 290.7º | 0.96% | 0.44% | - |
| HSV(B) | 290.7º | 0.98% | 0.85% | - |
| XYZ | 32.72 | 15.48 | 67.59 | - |
| YUV | 83.1 | 204.13 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 218 | 0.15 | 0.98 | 0 | 0.15 | 290.7 | 0.96 | 0.44 |
| Hex | B9 | 5 | DA | F | 62 | 0 | F | 123 | 60 | 2C |
| Octal | 271 | 5 | 332 | 17 | 142 | 0 | 17 | 443 | 140 | 54 |
| Binary | 10111001 | 101 | 11011010 | 1111 | 1100010 | 0 | 1111 | 100100011 | 1100000 | 101100 |
Color Harmonies of #B905DA
Complementary color
Monochromatic Colors of #B905DA
Black with #B905DA
Text Example
Text Example
White with #B905DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905DA; }
p { color: rgb(185,5,218); }
H1.HeaderClassName
{
color: #B905DA;
}
.AnyTagClassName
{
color: #B905DA;
}
</style>
background-color css
<style>
a { background-color: #B905DA; }
a { background-color: rgb(185,5,218); }
div.DivClassName
{
background-color: #B905DA;
}
.BgClassName
{
background-color: #B905DA;
}
</style>
border-color css
<style>
span { border-color: #B905DA; }
span { border-color: rgb(185,5,218); }
td.TdClassName
{
border-color: #B905DA;
}
.TagClassName
{
border-color: #B905DA;
}
</style>