Shades of Deep Magenta #B916B7
Tints of Deep Magenta #B916B7
RGB
CMYK
RGB Variations
Color information
#B916B7 (or 0xB916B7) is known color: Deep Magenta. HEX triplet: B9, 16 and B7. RGB value is (185,22,183). Sum of RGB (Red+Green+Blue) = 185+22+183=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B916B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B916B7 is #46E948. Grayscale: #585858. Windows color (decimal): -4647241 or 11998905. OLE color: 11998905.
HSL color Cylindrical-coordinate representation of color #B916B7: hue angle of 300.74º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B916B7 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 183 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.27 |
| HSL | 300.74º | 0.79% | 0.41% | - |
| HSV(B) | 300.74º | 0.88% | 0.73% | - |
| XYZ | 28.84 | 14.31 | 46.04 | - |
| YUV | 89.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 183 | 0 | 0.88 | 0.01 | 0.27 | 300.74 | 0.79 | 0.41 |
| Hex | B9 | 16 | B7 | 0 | 58 | 1 | 1B | 12D | 4F | 29 |
| Octal | 271 | 26 | 267 | 0 | 130 | 1 | 33 | 455 | 117 | 51 |
| Binary | 10111001 | 10110 | 10110111 | 0 | 1011000 | 1 | 11011 | 100101101 | 1001111 | 101001 |
Color Harmonies of #B916B7
Complementary color
Monochromatic Colors of #B916B7
Black with #B916B7
Text Example
Text Example
White with #B916B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B916B7; }
p { color: rgb(185,22,183); }
H1.HeaderClassName
{
color: #B916B7;
}
.AnyTagClassName
{
color: #B916B7;
}
</style>
background-color css
<style>
a { background-color: #B916B7; }
a { background-color: rgb(185,22,183); }
div.DivClassName
{
background-color: #B916B7;
}
.BgClassName
{
background-color: #B916B7;
}
</style>
border-color css
<style>
span { border-color: #B916B7; }
span { border-color: rgb(185,22,183); }
td.TdClassName
{
border-color: #B916B7;
}
.TagClassName
{
border-color: #B916B7;
}
</style>