Shades of Medium Violet Red #B71DA1
Tints of Medium Violet Red #B71DA1
RGB
CMYK
RGB Variations
Color information
#B71DA1 (or 0xB71DA1) is known color: Medium Violet Red. HEX triplet: B7, 1D and A1. RGB value is (183,29,161). Sum of RGB (Red+Green+Blue) = 183+29+161=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B71DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71DA1 is #48E25E. Grayscale: #595959. Windows color (decimal): -4776543 or 10558903. OLE color: 10558903.
HSL color Cylindrical-coordinate representation of color #B71DA1: hue angle of 308.57º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71DA1 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 161 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.28 |
| HSL | 308.57º | 0.73% | 0.42% | - |
| HSV(B) | 308.57º | 0.84% | 0.72% | - |
| XYZ | 26.4 | 13.52 | 34.94 | - |
| YUV | 90.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 161 | 0 | 0.84 | 0.12 | 0.28 | 308.57 | 0.73 | 0.42 |
| Hex | B7 | 1D | A1 | 0 | 54 | C | 1C | 135 | 49 | 2A |
| Octal | 267 | 35 | 241 | 0 | 124 | 14 | 34 | 465 | 111 | 52 |
| Binary | 10110111 | 11101 | 10100001 | 0 | 1010100 | 1100 | 11100 | 100110101 | 1001001 | 101010 |
Color Harmonies of #B71DA1
Complementary color
Monochromatic Colors of #B71DA1
Black with #B71DA1
Text Example
Text Example
White with #B71DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71DA1; }
p { color: rgb(183,29,161); }
H1.HeaderClassName
{
color: #B71DA1;
}
.AnyTagClassName
{
color: #B71DA1;
}
</style>
background-color css
<style>
a { background-color: #B71DA1; }
a { background-color: rgb(183,29,161); }
div.DivClassName
{
background-color: #B71DA1;
}
.BgClassName
{
background-color: #B71DA1;
}
</style>
border-color css
<style>
span { border-color: #B71DA1; }
span { border-color: rgb(183,29,161); }
td.TdClassName
{
border-color: #B71DA1;
}
.TagClassName
{
border-color: #B71DA1;
}
</style>