Shades of Deep Magenta #B711BB
Tints of Deep Magenta #B711BB
RGB
CMYK
RGB Variations
Color information
#B711BB (or 0xB711BB) is known color: Deep Magenta. HEX triplet: B7, 11 and BB. RGB value is (183,17,187). Sum of RGB (Red+Green+Blue) = 183+17+187=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #B711BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711BB is #48EE44. Grayscale: #555555. Windows color (decimal): -4779589 or 12259767. OLE color: 12259767.
HSL color Cylindrical-coordinate representation of color #B711BB: hue angle of 298.59º degrees, saturation: 0.83, 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 #B711BB is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 17 | 187 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.27 |
| HSL | 298.59º | 0.83% | 0.4% | - |
| HSV(B) | 298.59º | 0.91% | 0.73% | - |
| XYZ | 28.7 | 14.06 | 48.21 | - |
| YUV | 86.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 187 | 0.02 | 0.91 | 0 | 0.27 | 298.59 | 0.83 | 0.4 |
| Hex | B7 | 11 | BB | 2 | 5B | 0 | 1B | 12B | 53 | 28 |
| Octal | 267 | 21 | 273 | 2 | 133 | 0 | 33 | 453 | 123 | 50 |
| Binary | 10110111 | 10001 | 10111011 | 10 | 1011011 | 0 | 11011 | 100101011 | 1010011 | 101000 |
Color Harmonies of #B711BB
Complementary color
Monochromatic Colors of #B711BB
Black with #B711BB
Text Example
Text Example
White with #B711BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711BB; }
p { color: rgb(183,17,187); }
H1.HeaderClassName
{
color: #B711BB;
}
.AnyTagClassName
{
color: #B711BB;
}
</style>
background-color css
<style>
a { background-color: #B711BB; }
a { background-color: rgb(183,17,187); }
div.DivClassName
{
background-color: #B711BB;
}
.BgClassName
{
background-color: #B711BB;
}
</style>
border-color css
<style>
span { border-color: #B711BB; }
span { border-color: rgb(183,17,187); }
td.TdClassName
{
border-color: #B711BB;
}
.TagClassName
{
border-color: #B711BB;
}
</style>