Shades of Deep Magenta #B710BE
Tints of Deep Magenta #B710BE
RGB
CMYK
RGB Variations
Color information
#B710BE (or 0xB710BE) is known color: Deep Magenta. HEX triplet: B7, 10 and BE. RGB value is (183,16,190). Sum of RGB (Red+Green+Blue) = 183+16+190=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #B710BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710BE is #48EF41. Grayscale: #555555. Windows color (decimal): -4779842 or 12456119. OLE color: 12456119.
HSL color Cylindrical-coordinate representation of color #B710BE: hue angle of 297.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B710BE is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 16 | 190 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.25 |
| HSL | 297.59º | 0.84% | 0.4% | - |
| HSV(B) | 297.59º | 0.92% | 0.75% | - |
| XYZ | 29.01 | 14.16 | 49.92 | - |
| YUV | 85.77 | 186.83 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 190 | 0.04 | 0.92 | 0 | 0.25 | 297.59 | 0.84 | 0.4 |
| Hex | B7 | 10 | BE | 4 | 5C | 0 | 19 | 12A | 54 | 28 |
| Octal | 267 | 20 | 276 | 4 | 134 | 0 | 31 | 452 | 124 | 50 |
| Binary | 10110111 | 10000 | 10111110 | 100 | 1011100 | 0 | 11001 | 100101010 | 1010100 | 101000 |
Color Harmonies of #B710BE
Complementary color
Monochromatic Colors of #B710BE
Black with #B710BE
Text Example
Text Example
White with #B710BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710BE; }
p { color: rgb(183,16,190); }
H1.HeaderClassName
{
color: #B710BE;
}
.AnyTagClassName
{
color: #B710BE;
}
</style>
background-color css
<style>
a { background-color: #B710BE; }
a { background-color: rgb(183,16,190); }
div.DivClassName
{
background-color: #B710BE;
}
.BgClassName
{
background-color: #B710BE;
}
</style>
border-color css
<style>
span { border-color: #B710BE; }
span { border-color: rgb(183,16,190); }
td.TdClassName
{
border-color: #B710BE;
}
.TagClassName
{
border-color: #B710BE;
}
</style>