Shades of Deep Magenta #B910D8
Tints of Deep Magenta #B910D8
RGB
CMYK
RGB Variations
Color information
#B910D8 (or 0xB910D8) is known color: Deep Magenta. HEX triplet: B9, 10 and D8. RGB value is (185,16,216). Sum of RGB (Red+Green+Blue) = 185+16+216=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #B910D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B910D8 is #46EF27. Grayscale: #585858. Windows color (decimal): -4648744 or 14160057. OLE color: 14160057.
HSL color Cylindrical-coordinate representation of color #B910D8: hue angle of 290.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B910D8 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 16 | 216 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.15 |
| HSL | 290.7º | 0.86% | 0.45% | - |
| HSV(B) | 290.7º | 0.93% | 0.85% | - |
| XYZ | 32.59 | 15.64 | 66.27 | - |
| YUV | 89.33 | 199.49 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 216 | 0.14 | 0.93 | 0 | 0.15 | 290.7 | 0.86 | 0.45 |
| Hex | B9 | 10 | D8 | E | 5D | 0 | F | 123 | 56 | 2D |
| Octal | 271 | 20 | 330 | 16 | 135 | 0 | 17 | 443 | 126 | 55 |
| Binary | 10111001 | 10000 | 11011000 | 1110 | 1011101 | 0 | 1111 | 100100011 | 1010110 | 101101 |
Color Harmonies of #B910D8
Complementary color
Monochromatic Colors of #B910D8
Black with #B910D8
Text Example
Text Example
White with #B910D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B910D8; }
p { color: rgb(185,16,216); }
H1.HeaderClassName
{
color: #B910D8;
}
.AnyTagClassName
{
color: #B910D8;
}
</style>
background-color css
<style>
a { background-color: #B910D8; }
a { background-color: rgb(185,16,216); }
div.DivClassName
{
background-color: #B910D8;
}
.BgClassName
{
background-color: #B910D8;
}
</style>
border-color css
<style>
span { border-color: #B910D8; }
span { border-color: rgb(185,16,216); }
td.TdClassName
{
border-color: #B910D8;
}
.TagClassName
{
border-color: #B910D8;
}
</style>