Shades of Medium Violet Red #B71BA5
Tints of Medium Violet Red #B71BA5
RGB
CMYK
RGB Variations
Color information
#B71BA5 (or 0xB71BA5) is known color: Medium Violet Red. HEX triplet: B7, 1B and A5. RGB value is (183,27,165). Sum of RGB (Red+Green+Blue) = 183+27+165=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B71BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71BA5 is #48E45A. Grayscale: #585858. Windows color (decimal): -4777051 or 10820535. OLE color: 10820535.
HSL color Cylindrical-coordinate representation of color #B71BA5: hue angle of 306.92º 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 #B71BA5 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 165 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.28 |
| HSL | 306.92º | 0.74% | 0.41% | - |
| HSV(B) | 306.92º | 0.85% | 0.72% | - |
| XYZ | 26.71 | 13.57 | 36.81 | - |
| YUV | 89.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 165 | 0 | 0.85 | 0.10 | 0.28 | 306.92 | 0.74 | 0.41 |
| Hex | B7 | 1B | A5 | 0 | 55 | A | 1C | 133 | 4A | 29 |
| Octal | 267 | 33 | 245 | 0 | 125 | 12 | 34 | 463 | 112 | 51 |
| Binary | 10110111 | 11011 | 10100101 | 0 | 1010101 | 1010 | 11100 | 100110011 | 1001010 | 101001 |
Color Harmonies of #B71BA5
Complementary color
Monochromatic Colors of #B71BA5
Black with #B71BA5
Text Example
Text Example
White with #B71BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BA5; }
p { color: rgb(183,27,165); }
H1.HeaderClassName
{
color: #B71BA5;
}
.AnyTagClassName
{
color: #B71BA5;
}
</style>
background-color css
<style>
a { background-color: #B71BA5; }
a { background-color: rgb(183,27,165); }
div.DivClassName
{
background-color: #B71BA5;
}
.BgClassName
{
background-color: #B71BA5;
}
</style>
border-color css
<style>
span { border-color: #B71BA5; }
span { border-color: rgb(183,27,165); }
td.TdClassName
{
border-color: #B71BA5;
}
.TagClassName
{
border-color: #B71BA5;
}
</style>