Shades of Medium Violet Red #B919A1
Tints of Medium Violet Red #B919A1
RGB
CMYK
RGB Variations
Color information
#B919A1 (or 0xB919A1) is known color: Medium Violet Red. HEX triplet: B9, 19 and A1. RGB value is (185,25,161). Sum of RGB (Red+Green+Blue) = 185+25+161=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B919A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919A1 is #46E65E. Grayscale: #575757. Windows color (decimal): -4646495 or 10557881. OLE color: 10557881.
HSL color Cylindrical-coordinate representation of color #B919A1: hue angle of 309º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B919A1 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 161 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.27 |
| HSL | 309º | 0.76% | 0.41% | - |
| HSV(B) | 309º | 0.86% | 0.73% | - |
| XYZ | 26.79 | 13.58 | 34.93 | - |
| YUV | 88.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 161 | 0 | 0.86 | 0.13 | 0.27 | 309 | 0.76 | 0.41 |
| Hex | B9 | 19 | A1 | 0 | 56 | D | 1B | 135 | 4C | 29 |
| Octal | 271 | 31 | 241 | 0 | 126 | 15 | 33 | 465 | 114 | 51 |
| Binary | 10111001 | 11001 | 10100001 | 0 | 1010110 | 1101 | 11011 | 100110101 | 1001100 | 101001 |
Color Harmonies of #B919A1
Complementary color
Monochromatic Colors of #B919A1
Black with #B919A1
Text Example
Text Example
White with #B919A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919A1; }
p { color: rgb(185,25,161); }
H1.HeaderClassName
{
color: #B919A1;
}
.AnyTagClassName
{
color: #B919A1;
}
</style>
background-color css
<style>
a { background-color: #B919A1; }
a { background-color: rgb(185,25,161); }
div.DivClassName
{
background-color: #B919A1;
}
.BgClassName
{
background-color: #B919A1;
}
</style>
border-color css
<style>
span { border-color: #B919A1; }
span { border-color: rgb(185,25,161); }
td.TdClassName
{
border-color: #B919A1;
}
.TagClassName
{
border-color: #B919A1;
}
</style>