Shades of Medium Violet Red #B919A6
Tints of Medium Violet Red #B919A6
RGB
CMYK
RGB Variations
Color information
#B919A6 (or 0xB919A6) is known color: Medium Violet Red. HEX triplet: B9, 19 and A6. RGB value is (185,25,166). Sum of RGB (Red+Green+Blue) = 185+25+166=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B919A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919A6 is #46E659. Grayscale: #585858. Windows color (decimal): -4646490 or 10885561. OLE color: 10885561.
HSL color Cylindrical-coordinate representation of color #B919A6: hue angle of 307.12º 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 #B919A6 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 166 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.27 |
| HSL | 307.13º | 0.76% | 0.41% | - |
| HSV(B) | 307.13º | 0.86% | 0.73% | - |
| XYZ | 27.24 | 13.76 | 37.3 | - |
| YUV | 88.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 166 | 0 | 0.86 | 0.10 | 0.27 | 307.13 | 0.76 | 0.41 |
| Hex | B9 | 19 | A6 | 0 | 56 | A | 1B | 133 | 4C | 29 |
| Octal | 271 | 31 | 246 | 0 | 126 | 12 | 33 | 463 | 114 | 51 |
| Binary | 10111001 | 11001 | 10100110 | 0 | 1010110 | 1010 | 11011 | 100110011 | 1001100 | 101001 |
Color Harmonies of #B919A6
Complementary color
Monochromatic Colors of #B919A6
Black with #B919A6
Text Example
Text Example
White with #B919A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919A6; }
p { color: rgb(185,25,166); }
H1.HeaderClassName
{
color: #B919A6;
}
.AnyTagClassName
{
color: #B919A6;
}
</style>
background-color css
<style>
a { background-color: #B919A6; }
a { background-color: rgb(185,25,166); }
div.DivClassName
{
background-color: #B919A6;
}
.BgClassName
{
background-color: #B919A6;
}
</style>
border-color css
<style>
span { border-color: #B919A6; }
span { border-color: rgb(185,25,166); }
td.TdClassName
{
border-color: #B919A6;
}
.TagClassName
{
border-color: #B919A6;
}
</style>