Shades of Deep Magenta #B907D8
Tints of Deep Magenta #B907D8
RGB
CMYK
RGB Variations
Color information
#B907D8 (or 0xB907D8) is known color: Deep Magenta. HEX triplet: B9, 07 and D8. RGB value is (185,7,216). Sum of RGB (Red+Green+Blue) = 185+7+216=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #B907D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B907D8 is #46F827. Grayscale: #535353. Windows color (decimal): -4651048 or 14157753. OLE color: 14157753.
HSL color Cylindrical-coordinate representation of color #B907D8: hue angle of 291.1º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B907D8 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 7 | 216 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.15 |
| HSL | 291.1º | 0.94% | 0.44% | - |
| HSV(B) | 291.1º | 0.97% | 0.85% | - |
| XYZ | 32.48 | 15.42 | 66.23 | - |
| YUV | 84.05 | 202.47 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 216 | 0.14 | 0.97 | 0 | 0.15 | 291.1 | 0.94 | 0.44 |
| Hex | B9 | 7 | D8 | E | 61 | 0 | F | 123 | 5E | 2C |
| Octal | 271 | 7 | 330 | 16 | 141 | 0 | 17 | 443 | 136 | 54 |
| Binary | 10111001 | 111 | 11011000 | 1110 | 1100001 | 0 | 1111 | 100100011 | 1011110 | 101100 |
Color Harmonies of #B907D8
Complementary color
Monochromatic Colors of #B907D8
Black with #B907D8
Text Example
Text Example
White with #B907D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B907D8; }
p { color: rgb(185,7,216); }
H1.HeaderClassName
{
color: #B907D8;
}
.AnyTagClassName
{
color: #B907D8;
}
</style>
background-color css
<style>
a { background-color: #B907D8; }
a { background-color: rgb(185,7,216); }
div.DivClassName
{
background-color: #B907D8;
}
.BgClassName
{
background-color: #B907D8;
}
</style>
border-color css
<style>
span { border-color: #B907D8; }
span { border-color: rgb(185,7,216); }
td.TdClassName
{
border-color: #B907D8;
}
.TagClassName
{
border-color: #B907D8;
}
</style>