Shades of Deep Magenta #B710B0
Tints of Deep Magenta #B710B0
RGB
CMYK
RGB Variations
Color information
#B710B0 (or 0xB710B0) is known color: Deep Magenta. HEX triplet: B7, 10 and B0. RGB value is (183,16,176). Sum of RGB (Red+Green+Blue) = 183+16+176=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B710B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B710B0 is #48EF4F. Grayscale: #535353. Windows color (decimal): -4779856 or 11538615. OLE color: 11538615.
HSL color Cylindrical-coordinate representation of color #B710B0: hue angle of 302.51º 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 #B710B0 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 176 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.28 |
| HSL | 302.52º | 0.84% | 0.39% | - |
| HSV(B) | 302.52º | 0.91% | 0.72% | - |
| XYZ | 27.55 | 13.57 | 42.24 | - |
| YUV | 84.17 | 179.83 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 176 | 0 | 0.91 | 0.04 | 0.28 | 302.52 | 0.84 | 0.39 |
| Hex | B7 | 10 | B0 | 0 | 5B | 4 | 1C | 12F | 54 | 27 |
| Octal | 267 | 20 | 260 | 0 | 133 | 4 | 34 | 457 | 124 | 47 |
| Binary | 10110111 | 10000 | 10110000 | 0 | 1011011 | 100 | 11100 | 100101111 | 1010100 | 100111 |
Color Harmonies of #B710B0
Complementary color
Monochromatic Colors of #B710B0
Black with #B710B0
Text Example
Text Example
White with #B710B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710B0; }
p { color: rgb(183,16,176); }
H1.HeaderClassName
{
color: #B710B0;
}
.AnyTagClassName
{
color: #B710B0;
}
</style>
background-color css
<style>
a { background-color: #B710B0; }
a { background-color: rgb(183,16,176); }
div.DivClassName
{
background-color: #B710B0;
}
.BgClassName
{
background-color: #B710B0;
}
</style>
border-color css
<style>
span { border-color: #B710B0; }
span { border-color: rgb(183,16,176); }
td.TdClassName
{
border-color: #B710B0;
}
.TagClassName
{
border-color: #B710B0;
}
</style>