Shades of Medium Violet Red #B711A3
Tints of Medium Violet Red #B711A3
RGB
CMYK
RGB Variations
Color information
#B711A3 (or 0xB711A3) is known color: Medium Violet Red. HEX triplet: B7, 11 and A3. RGB value is (183,17,163). Sum of RGB (Red+Green+Blue) = 183+17+163=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B711A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711A3 is #48EE5C. Grayscale: #525252. Windows color (decimal): -4779613 or 10686903. OLE color: 10686903.
HSL color Cylindrical-coordinate representation of color #B711A3: hue angle of 307.23º 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 #B711A3 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 163 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.28 |
| HSL | 307.23º | 0.83% | 0.39% | - |
| HSV(B) | 307.23º | 0.91% | 0.72% | - |
| XYZ | 26.34 | 13.11 | 35.79 | - |
| YUV | 83.28 | 173 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 163 | 0 | 0.91 | 0.11 | 0.28 | 307.23 | 0.83 | 0.39 |
| Hex | B7 | 11 | A3 | 0 | 5B | B | 1C | 133 | 53 | 27 |
| Octal | 267 | 21 | 243 | 0 | 133 | 13 | 34 | 463 | 123 | 47 |
| Binary | 10110111 | 10001 | 10100011 | 0 | 1011011 | 1011 | 11100 | 100110011 | 1010011 | 100111 |
Color Harmonies of #B711A3
Complementary color
Monochromatic Colors of #B711A3
Black with #B711A3
Text Example
Text Example
White with #B711A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711A3; }
p { color: rgb(183,17,163); }
H1.HeaderClassName
{
color: #B711A3;
}
.AnyTagClassName
{
color: #B711A3;
}
</style>
background-color css
<style>
a { background-color: #B711A3; }
a { background-color: rgb(183,17,163); }
div.DivClassName
{
background-color: #B711A3;
}
.BgClassName
{
background-color: #B711A3;
}
</style>
border-color css
<style>
span { border-color: #B711A3; }
span { border-color: rgb(183,17,163); }
td.TdClassName
{
border-color: #B711A3;
}
.TagClassName
{
border-color: #B711A3;
}
</style>