Shades of Medium Violet Red #B711A6
Tints of Medium Violet Red #B711A6
RGB
CMYK
RGB Variations
Color information
#B711A6 (or 0xB711A6) is known color: Medium Violet Red. HEX triplet: B7, 11 and A6. RGB value is (183,17,166). Sum of RGB (Red+Green+Blue) = 183+17+166=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B711A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711A6 is #48EE59. Grayscale: #535353. Windows color (decimal): -4779610 or 10883511. OLE color: 10883511.
HSL color Cylindrical-coordinate representation of color #B711A6: hue angle of 306.14º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B711A6 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 166 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.28 |
| HSL | 306.14º | 0.83% | 0.39% | - |
| HSV(B) | 306.14º | 0.91% | 0.72% | - |
| XYZ | 26.61 | 13.22 | 37.23 | - |
| YUV | 83.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 166 | 0 | 0.91 | 0.09 | 0.28 | 306.14 | 0.83 | 0.39 |
| Hex | B7 | 11 | A6 | 0 | 5B | 9 | 1C | 132 | 53 | 27 |
| Octal | 267 | 21 | 246 | 0 | 133 | 11 | 34 | 462 | 123 | 47 |
| Binary | 10110111 | 10001 | 10100110 | 0 | 1011011 | 1001 | 11100 | 100110010 | 1010011 | 100111 |
Color Harmonies of #B711A6
Complementary color
Monochromatic Colors of #B711A6
Black with #B711A6
Text Example
Text Example
White with #B711A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711A6; }
p { color: rgb(183,17,166); }
H1.HeaderClassName
{
color: #B711A6;
}
.AnyTagClassName
{
color: #B711A6;
}
</style>
background-color css
<style>
a { background-color: #B711A6; }
a { background-color: rgb(183,17,166); }
div.DivClassName
{
background-color: #B711A6;
}
.BgClassName
{
background-color: #B711A6;
}
</style>
border-color css
<style>
span { border-color: #B711A6; }
span { border-color: rgb(183,17,166); }
td.TdClassName
{
border-color: #B711A6;
}
.TagClassName
{
border-color: #B711A6;
}
</style>