Shades of Medium Violet Red #B711A8
Tints of Medium Violet Red #B711A8
RGB
CMYK
RGB Variations
Color information
#B711A8 (or 0xB711A8) is known color: Medium Violet Red. HEX triplet: B7, 11 and A8. RGB value is (183,17,168). Sum of RGB (Red+Green+Blue) = 183+17+168=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 168 (66.02% from 255 or 45.65% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B711A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711A8 is #48EE57. Grayscale: #535353. Windows color (decimal): -4779608 or 11014583. OLE color: 11014583.
HSL color Cylindrical-coordinate representation of color #B711A8: hue angle of 305.42º 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 #B711A8 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 168 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.28 |
| HSL | 305.42º | 0.83% | 0.39% | - |
| HSV(B) | 305.42º | 0.91% | 0.72% | - |
| XYZ | 26.8 | 13.3 | 38.2 | - |
| YUV | 83.85 | 175.5 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 168 | 0 | 0.91 | 0.08 | 0.28 | 305.42 | 0.83 | 0.39 |
| Hex | B7 | 11 | A8 | 0 | 5B | 8 | 1C | 131 | 53 | 27 |
| Octal | 267 | 21 | 250 | 0 | 133 | 10 | 34 | 461 | 123 | 47 |
| Binary | 10110111 | 10001 | 10101000 | 0 | 1011011 | 1000 | 11100 | 100110001 | 1010011 | 100111 |
Color Harmonies of #B711A8
Complementary color
Monochromatic Colors of #B711A8
Black with #B711A8
Text Example
Text Example
White with #B711A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711A8; }
p { color: rgb(183,17,168); }
H1.HeaderClassName
{
color: #B711A8;
}
.AnyTagClassName
{
color: #B711A8;
}
</style>
background-color css
<style>
a { background-color: #B711A8; }
a { background-color: rgb(183,17,168); }
div.DivClassName
{
background-color: #B711A8;
}
.BgClassName
{
background-color: #B711A8;
}
</style>
border-color css
<style>
span { border-color: #B711A8; }
span { border-color: rgb(183,17,168); }
td.TdClassName
{
border-color: #B711A8;
}
.TagClassName
{
border-color: #B711A8;
}
</style>