Shades of Deep Magenta #B910AA
Tints of Deep Magenta #B910AA
RGB
CMYK
RGB Variations
Color information
#B910AA (or 0xB910AA) is known color: Deep Magenta. HEX triplet: B9, 10 and AA. RGB value is (185,16,170). Sum of RGB (Red+Green+Blue) = 185+16+170=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B910AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B910AA is #46EF55. Grayscale: #535353. Windows color (decimal): -4648790 or 11145401. OLE color: 11145401.
HSL color Cylindrical-coordinate representation of color #B910AA: hue angle of 305.33º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B910AA is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 170 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.27 |
| HSL | 305.33º | 0.84% | 0.39% | - |
| HSV(B) | 305.33º | 0.91% | 0.73% | - |
| XYZ | 27.45 | 13.59 | 39.21 | - |
| YUV | 84.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 170 | 0 | 0.91 | 0.08 | 0.27 | 305.33 | 0.84 | 0.39 |
| Hex | B9 | 10 | AA | 0 | 5B | 8 | 1B | 131 | 54 | 27 |
| Octal | 271 | 20 | 252 | 0 | 133 | 10 | 33 | 461 | 124 | 47 |
| Binary | 10111001 | 10000 | 10101010 | 0 | 1011011 | 1000 | 11011 | 100110001 | 1010100 | 100111 |
Color Harmonies of #B910AA
Complementary color
Monochromatic Colors of #B910AA
Black with #B910AA
Text Example
Text Example
White with #B910AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B910AA; }
p { color: rgb(185,16,170); }
H1.HeaderClassName
{
color: #B910AA;
}
.AnyTagClassName
{
color: #B910AA;
}
</style>
background-color css
<style>
a { background-color: #B910AA; }
a { background-color: rgb(185,16,170); }
div.DivClassName
{
background-color: #B910AA;
}
.BgClassName
{
background-color: #B910AA;
}
</style>
border-color css
<style>
span { border-color: #B910AA; }
span { border-color: rgb(185,16,170); }
td.TdClassName
{
border-color: #B910AA;
}
.TagClassName
{
border-color: #B910AA;
}
</style>