Shades of Medium Violet Red #B711A1
Tints of Medium Violet Red #B711A1
RGB
CMYK
RGB Variations
Color information
#B711A1 (or 0xB711A1) is known color: Medium Violet Red. HEX triplet: B7, 11 and A1. RGB value is (183,17,161). Sum of RGB (Red+Green+Blue) = 183+17+161=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B711A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711A1 is #48EE5E. Grayscale: #525252. Windows color (decimal): -4779615 or 10555831. OLE color: 10555831.
HSL color Cylindrical-coordinate representation of color #B711A1: hue angle of 307.95º 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 #B711A1 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 161 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.28 |
| HSL | 307.95º | 0.83% | 0.39% | - |
| HSV(B) | 307.95º | 0.91% | 0.72% | - |
| XYZ | 26.16 | 13.04 | 34.86 | - |
| YUV | 83.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 161 | 0 | 0.91 | 0.12 | 0.28 | 307.95 | 0.83 | 0.39 |
| Hex | B7 | 11 | A1 | 0 | 5B | C | 1C | 134 | 53 | 27 |
| Octal | 267 | 21 | 241 | 0 | 133 | 14 | 34 | 464 | 123 | 47 |
| Binary | 10110111 | 10001 | 10100001 | 0 | 1011011 | 1100 | 11100 | 100110100 | 1010011 | 100111 |
Color Harmonies of #B711A1
Complementary color
Monochromatic Colors of #B711A1
Black with #B711A1
Text Example
Text Example
White with #B711A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711A1; }
p { color: rgb(183,17,161); }
H1.HeaderClassName
{
color: #B711A1;
}
.AnyTagClassName
{
color: #B711A1;
}
</style>
background-color css
<style>
a { background-color: #B711A1; }
a { background-color: rgb(183,17,161); }
div.DivClassName
{
background-color: #B711A1;
}
.BgClassName
{
background-color: #B711A1;
}
</style>
border-color css
<style>
span { border-color: #B711A1; }
span { border-color: rgb(183,17,161); }
td.TdClassName
{
border-color: #B711A1;
}
.TagClassName
{
border-color: #B711A1;
}
</style>