Shades of Medium Violet Red #B71BA1
Tints of Medium Violet Red #B71BA1
RGB
CMYK
RGB Variations
Color information
#B71BA1 (or 0xB71BA1) is known color: Medium Violet Red. HEX triplet: B7, 1B and A1. RGB value is (183,27,161). Sum of RGB (Red+Green+Blue) = 183+27+161=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B71BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71BA1 is #48E45E. Grayscale: #585858. Windows color (decimal): -4777055 or 10558391. OLE color: 10558391.
HSL color Cylindrical-coordinate representation of color #B71BA1: hue angle of 308.46º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71BA1 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 161 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.28 |
| HSL | 308.46º | 0.74% | 0.41% | - |
| HSV(B) | 308.46º | 0.85% | 0.72% | - |
| XYZ | 26.35 | 13.42 | 34.92 | - |
| YUV | 88.92 | 168.68 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 161 | 0 | 0.85 | 0.12 | 0.28 | 308.46 | 0.74 | 0.41 |
| Hex | B7 | 1B | A1 | 0 | 55 | C | 1C | 134 | 4A | 29 |
| Octal | 267 | 33 | 241 | 0 | 125 | 14 | 34 | 464 | 112 | 51 |
| Binary | 10110111 | 11011 | 10100001 | 0 | 1010101 | 1100 | 11100 | 100110100 | 1001010 | 101001 |
Color Harmonies of #B71BA1
Complementary color
Monochromatic Colors of #B71BA1
Black with #B71BA1
Text Example
Text Example
White with #B71BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BA1; }
p { color: rgb(183,27,161); }
H1.HeaderClassName
{
color: #B71BA1;
}
.AnyTagClassName
{
color: #B71BA1;
}
</style>
background-color css
<style>
a { background-color: #B71BA1; }
a { background-color: rgb(183,27,161); }
div.DivClassName
{
background-color: #B71BA1;
}
.BgClassName
{
background-color: #B71BA1;
}
</style>
border-color css
<style>
span { border-color: #B71BA1; }
span { border-color: rgb(183,27,161); }
td.TdClassName
{
border-color: #B71BA1;
}
.TagClassName
{
border-color: #B71BA1;
}
</style>