Shades of Deep Magenta #B711BD
Tints of Deep Magenta #B711BD
RGB
CMYK
RGB Variations
Color information
#B711BD (or 0xB711BD) is known color: Deep Magenta. HEX triplet: B7, 11 and BD. RGB value is (183,17,189). Sum of RGB (Red+Green+Blue) = 183+17+189=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #B711BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711BD is #48EE42. Grayscale: #555555. Windows color (decimal): -4779587 or 12390839. OLE color: 12390839.
HSL color Cylindrical-coordinate representation of color #B711BD: hue angle of 297.91º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B711BD is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 17 | 189 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.26 |
| HSL | 297.91º | 0.83% | 0.4% | - |
| HSV(B) | 297.91º | 0.91% | 0.74% | - |
| XYZ | 28.91 | 14.14 | 49.35 | - |
| YUV | 86.24 | 186 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 189 | 0.03 | 0.91 | 0 | 0.26 | 297.91 | 0.83 | 0.4 |
| Hex | B7 | 11 | BD | 3 | 5B | 0 | 1A | 12A | 53 | 28 |
| Octal | 267 | 21 | 275 | 3 | 133 | 0 | 32 | 452 | 123 | 50 |
| Binary | 10110111 | 10001 | 10111101 | 11 | 1011011 | 0 | 11010 | 100101010 | 1010011 | 101000 |
Color Harmonies of #B711BD
Complementary color
Monochromatic Colors of #B711BD
Black with #B711BD
Text Example
Text Example
White with #B711BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711BD; }
p { color: rgb(183,17,189); }
H1.HeaderClassName
{
color: #B711BD;
}
.AnyTagClassName
{
color: #B711BD;
}
</style>
background-color css
<style>
a { background-color: #B711BD; }
a { background-color: rgb(183,17,189); }
div.DivClassName
{
background-color: #B711BD;
}
.BgClassName
{
background-color: #B711BD;
}
</style>
border-color css
<style>
span { border-color: #B711BD; }
span { border-color: rgb(183,17,189); }
td.TdClassName
{
border-color: #B711BD;
}
.TagClassName
{
border-color: #B711BD;
}
</style>