Shades of Deep Magenta #B710AA
Tints of Deep Magenta #B710AA
RGB
CMYK
RGB Variations
Color information
#B710AA (or 0xB710AA) is known color: Deep Magenta. HEX triplet: B7, 10 and AA. RGB value is (183,16,170). Sum of RGB (Red+Green+Blue) = 183+16+170=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B710AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B710AA is #48EF55. Grayscale: #535353. Windows color (decimal): -4779862 or 11145399. OLE color: 11145399.
HSL color Cylindrical-coordinate representation of color #B710AA: hue angle of 304.67º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B710AA is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 170 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.28 |
| HSL | 304.67º | 0.84% | 0.39% | - |
| HSV(B) | 304.67º | 0.91% | 0.72% | - |
| XYZ | 26.97 | 13.34 | 39.18 | - |
| YUV | 83.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 170 | 0 | 0.91 | 0.07 | 0.28 | 304.67 | 0.84 | 0.39 |
| Hex | B7 | 10 | AA | 0 | 5B | 7 | 1C | 131 | 54 | 27 |
| Octal | 267 | 20 | 252 | 0 | 133 | 7 | 34 | 461 | 124 | 47 |
| Binary | 10110111 | 10000 | 10101010 | 0 | 1011011 | 111 | 11100 | 100110001 | 1010100 | 100111 |
Color Harmonies of #B710AA
Complementary color
Monochromatic Colors of #B710AA
Black with #B710AA
Text Example
Text Example
White with #B710AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710AA; }
p { color: rgb(183,16,170); }
H1.HeaderClassName
{
color: #B710AA;
}
.AnyTagClassName
{
color: #B710AA;
}
</style>
background-color css
<style>
a { background-color: #B710AA; }
a { background-color: rgb(183,16,170); }
div.DivClassName
{
background-color: #B710AA;
}
.BgClassName
{
background-color: #B710AA;
}
</style>
border-color css
<style>
span { border-color: #B710AA; }
span { border-color: rgb(183,16,170); }
td.TdClassName
{
border-color: #B710AA;
}
.TagClassName
{
border-color: #B710AA;
}
</style>