Shades of Deep Magenta #B710BA
Tints of Deep Magenta #B710BA
RGB
CMYK
RGB Variations
Color information
#B710BA (or 0xB710BA) is known color: Deep Magenta. HEX triplet: B7, 10 and BA. RGB value is (183,16,186). Sum of RGB (Red+Green+Blue) = 183+16+186=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #B710BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710BA is #48EF45. Grayscale: #545454. Windows color (decimal): -4779846 or 12193975. OLE color: 12193975.
HSL color Cylindrical-coordinate representation of color #B710BA: hue angle of 298.94º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B710BA is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 16 | 186 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.27 |
| HSL | 298.94º | 0.84% | 0.4% | - |
| HSV(B) | 298.94º | 0.91% | 0.73% | - |
| XYZ | 28.58 | 13.98 | 47.65 | - |
| YUV | 85.31 | 184.83 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 186 | 0.02 | 0.91 | 0 | 0.27 | 298.94 | 0.84 | 0.4 |
| Hex | B7 | 10 | BA | 2 | 5B | 0 | 1B | 12B | 54 | 28 |
| Octal | 267 | 20 | 272 | 2 | 133 | 0 | 33 | 453 | 124 | 50 |
| Binary | 10110111 | 10000 | 10111010 | 10 | 1011011 | 0 | 11011 | 100101011 | 1010100 | 101000 |
Color Harmonies of #B710BA
Complementary color
Monochromatic Colors of #B710BA
Black with #B710BA
Text Example
Text Example
White with #B710BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710BA; }
p { color: rgb(183,16,186); }
H1.HeaderClassName
{
color: #B710BA;
}
.AnyTagClassName
{
color: #B710BA;
}
</style>
background-color css
<style>
a { background-color: #B710BA; }
a { background-color: rgb(183,16,186); }
div.DivClassName
{
background-color: #B710BA;
}
.BgClassName
{
background-color: #B710BA;
}
</style>
border-color css
<style>
span { border-color: #B710BA; }
span { border-color: rgb(183,16,186); }
td.TdClassName
{
border-color: #B710BA;
}
.TagClassName
{
border-color: #B710BA;
}
</style>