Shades of Deep Magenta #B905DD
Tints of Deep Magenta #B905DD
RGB
CMYK
RGB Variations
Color information
#B905DD (or 0xB905DD) is known color: Deep Magenta. HEX triplet: B9, 05 and DD. RGB value is (185,5,221). Sum of RGB (Red+Green+Blue) = 185+5+221=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #B905DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B905DD is #46FA22. Grayscale: #525252. Windows color (decimal): -4651555 or 14484921. OLE color: 14484921.
HSL color Cylindrical-coordinate representation of color #B905DD: hue angle of 290º 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 #B905DD is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 5 | 221 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.13 |
| HSL | 290º | 0.96% | 0.44% | - |
| HSV(B) | 290º | 0.98% | 0.87% | - |
| XYZ | 33.11 | 15.64 | 69.68 | - |
| YUV | 83.44 | 205.63 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 221 | 0.16 | 0.98 | 0 | 0.13 | 290 | 0.96 | 0.44 |
| Hex | B9 | 5 | DD | 10 | 62 | 0 | D | 122 | 60 | 2C |
| Octal | 271 | 5 | 335 | 20 | 142 | 0 | 15 | 442 | 140 | 54 |
| Binary | 10111001 | 101 | 11011101 | 10000 | 1100010 | 0 | 1101 | 100100010 | 1100000 | 101100 |
Color Harmonies of #B905DD
Complementary color
Monochromatic Colors of #B905DD
Black with #B905DD
Text Example
Text Example
White with #B905DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905DD; }
p { color: rgb(185,5,221); }
H1.HeaderClassName
{
color: #B905DD;
}
.AnyTagClassName
{
color: #B905DD;
}
</style>
background-color css
<style>
a { background-color: #B905DD; }
a { background-color: rgb(185,5,221); }
div.DivClassName
{
background-color: #B905DD;
}
.BgClassName
{
background-color: #B905DD;
}
</style>
border-color css
<style>
span { border-color: #B905DD; }
span { border-color: rgb(185,5,221); }
td.TdClassName
{
border-color: #B905DD;
}
.TagClassName
{
border-color: #B905DD;
}
</style>