Shades of Deep Magenta #B907DD
Tints of Deep Magenta #B907DD
RGB
CMYK
RGB Variations
Color information
#B907DD (or 0xB907DD) is known color: Deep Magenta. HEX triplet: B9, 07 and DD. RGB value is (185,7,221). Sum of RGB (Red+Green+Blue) = 185+7+221=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #B907DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B907DD is #46F822. Grayscale: #535353. Windows color (decimal): -4651043 or 14485433. OLE color: 14485433.
HSL color Cylindrical-coordinate representation of color #B907DD: hue angle of 289.91º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B907DD is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 7 | 221 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.13 |
| HSL | 289.91º | 0.94% | 0.45% | - |
| HSV(B) | 289.91º | 0.97% | 0.87% | - |
| XYZ | 33.13 | 15.69 | 69.69 | - |
| YUV | 84.62 | 204.97 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 221 | 0.16 | 0.97 | 0 | 0.13 | 289.91 | 0.94 | 0.45 |
| Hex | B9 | 7 | DD | 10 | 61 | 0 | D | 122 | 5E | 2D |
| Octal | 271 | 7 | 335 | 20 | 141 | 0 | 15 | 442 | 136 | 55 |
| Binary | 10111001 | 111 | 11011101 | 10000 | 1100001 | 0 | 1101 | 100100010 | 1011110 | 101101 |
Color Harmonies of #B907DD
Complementary color
Monochromatic Colors of #B907DD
Black with #B907DD
Text Example
Text Example
White with #B907DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B907DD; }
p { color: rgb(185,7,221); }
H1.HeaderClassName
{
color: #B907DD;
}
.AnyTagClassName
{
color: #B907DD;
}
</style>
background-color css
<style>
a { background-color: #B907DD; }
a { background-color: rgb(185,7,221); }
div.DivClassName
{
background-color: #B907DD;
}
.BgClassName
{
background-color: #B907DD;
}
</style>
border-color css
<style>
span { border-color: #B907DD; }
span { border-color: rgb(185,7,221); }
td.TdClassName
{
border-color: #B907DD;
}
.TagClassName
{
border-color: #B907DD;
}
</style>