Shades of Deep Magenta #B711BE
Tints of Deep Magenta #B711BE
RGB
CMYK
RGB Variations
Color information
#B711BE (or 0xB711BE) is known color: Deep Magenta. HEX triplet: B7, 11 and BE. RGB value is (183,17,190). Sum of RGB (Red+Green+Blue) = 183+17+190=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #B711BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711BE is #48EE41. Grayscale: #555555. Windows color (decimal): -4779586 or 12456375. OLE color: 12456375.
HSL color Cylindrical-coordinate representation of color #B711BE: hue angle of 297.57º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B711BE is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 17 | 190 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.25 |
| HSL | 297.57º | 0.84% | 0.41% | - |
| HSV(B) | 297.57º | 0.91% | 0.75% | - |
| XYZ | 29.02 | 14.19 | 49.92 | - |
| YUV | 86.36 | 186.5 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 190 | 0.04 | 0.91 | 0 | 0.25 | 297.57 | 0.84 | 0.41 |
| Hex | B7 | 11 | BE | 4 | 5B | 0 | 19 | 12A | 54 | 29 |
| Octal | 267 | 21 | 276 | 4 | 133 | 0 | 31 | 452 | 124 | 51 |
| Binary | 10110111 | 10001 | 10111110 | 100 | 1011011 | 0 | 11001 | 100101010 | 1010100 | 101001 |
Color Harmonies of #B711BE
Complementary color
Monochromatic Colors of #B711BE
Black with #B711BE
Text Example
Text Example
White with #B711BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711BE; }
p { color: rgb(183,17,190); }
H1.HeaderClassName
{
color: #B711BE;
}
.AnyTagClassName
{
color: #B711BE;
}
</style>
background-color css
<style>
a { background-color: #B711BE; }
a { background-color: rgb(183,17,190); }
div.DivClassName
{
background-color: #B711BE;
}
.BgClassName
{
background-color: #B711BE;
}
</style>
border-color css
<style>
span { border-color: #B711BE; }
span { border-color: rgb(183,17,190); }
td.TdClassName
{
border-color: #B711BE;
}
.TagClassName
{
border-color: #B711BE;
}
</style>