Shades of Medium Violet Red #B71CA5
Tints of Medium Violet Red #B71CA5
RGB
CMYK
RGB Variations
Color information
#B71CA5 (or 0xB71CA5) is known color: Medium Violet Red. HEX triplet: B7, 1C and A5. RGB value is (183,28,165). Sum of RGB (Red+Green+Blue) = 183+28+165=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B71CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71CA5 is #48E35A. Grayscale: #595959. Windows color (decimal): -4776795 or 10820791. OLE color: 10820791.
HSL color Cylindrical-coordinate representation of color #B71CA5: hue angle of 306.97º degrees, saturation: 0.73, 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 #B71CA5 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 165 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.28 |
| HSL | 306.97º | 0.73% | 0.41% | - |
| HSV(B) | 306.97º | 0.85% | 0.72% | - |
| XYZ | 26.74 | 13.61 | 36.82 | - |
| YUV | 89.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 165 | 0 | 0.85 | 0.10 | 0.28 | 306.97 | 0.73 | 0.41 |
| Hex | B7 | 1C | A5 | 0 | 55 | A | 1C | 133 | 49 | 29 |
| Octal | 267 | 34 | 245 | 0 | 125 | 12 | 34 | 463 | 111 | 51 |
| Binary | 10110111 | 11100 | 10100101 | 0 | 1010101 | 1010 | 11100 | 100110011 | 1001001 | 101001 |
Color Harmonies of #B71CA5
Complementary color
Monochromatic Colors of #B71CA5
Black with #B71CA5
Text Example
Text Example
White with #B71CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CA5; }
p { color: rgb(183,28,165); }
H1.HeaderClassName
{
color: #B71CA5;
}
.AnyTagClassName
{
color: #B71CA5;
}
</style>
background-color css
<style>
a { background-color: #B71CA5; }
a { background-color: rgb(183,28,165); }
div.DivClassName
{
background-color: #B71CA5;
}
.BgClassName
{
background-color: #B71CA5;
}
</style>
border-color css
<style>
span { border-color: #B71CA5; }
span { border-color: rgb(183,28,165); }
td.TdClassName
{
border-color: #B71CA5;
}
.TagClassName
{
border-color: #B71CA5;
}
</style>