Shades of Medium Violet Red #B71AAA
Tints of Medium Violet Red #B71AAA
RGB
CMYK
RGB Variations
Color information
#B71AAA (or 0xB71AAA) is known color: Medium Violet Red. HEX triplet: B7, 1A and AA. RGB value is (183,26,170). Sum of RGB (Red+Green+Blue) = 183+26+170=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B71AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71AAA is #48E555. Grayscale: #585858. Windows color (decimal): -4777302 or 11147959. OLE color: 11147959.
HSL color Cylindrical-coordinate representation of color #B71AAA: hue angle of 304.97º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71AAA is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 26 | 170 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.28 |
| HSL | 304.97º | 0.75% | 0.41% | - |
| HSV(B) | 304.97º | 0.86% | 0.72% | - |
| XYZ | 27.15 | 13.71 | 39.25 | - |
| YUV | 89.36 | 173.51 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 170 | 0 | 0.86 | 0.07 | 0.28 | 304.97 | 0.75 | 0.41 |
| Hex | B7 | 1A | AA | 0 | 56 | 7 | 1C | 131 | 4B | 29 |
| Octal | 267 | 32 | 252 | 0 | 126 | 7 | 34 | 461 | 113 | 51 |
| Binary | 10110111 | 11010 | 10101010 | 0 | 1010110 | 111 | 11100 | 100110001 | 1001011 | 101001 |
Color Harmonies of #B71AAA
Complementary color
Monochromatic Colors of #B71AAA
Black with #B71AAA
Text Example
Text Example
White with #B71AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71AAA; }
p { color: rgb(183,26,170); }
H1.HeaderClassName
{
color: #B71AAA;
}
.AnyTagClassName
{
color: #B71AAA;
}
</style>
background-color css
<style>
a { background-color: #B71AAA; }
a { background-color: rgb(183,26,170); }
div.DivClassName
{
background-color: #B71AAA;
}
.BgClassName
{
background-color: #B71AAA;
}
</style>
border-color css
<style>
span { border-color: #B71AAA; }
span { border-color: rgb(183,26,170); }
td.TdClassName
{
border-color: #B71AAA;
}
.TagClassName
{
border-color: #B71AAA;
}
</style>