Shades of Medium Violet Red #B919A8
Tints of Medium Violet Red #B919A8
RGB
CMYK
RGB Variations
Color information
#B919A8 (or 0xB919A8) is known color: Medium Violet Red. HEX triplet: B9, 19 and A8. RGB value is (185,25,168). Sum of RGB (Red+Green+Blue) = 185+25+168=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B919A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919A8 is #46E657. Grayscale: #585858. Windows color (decimal): -4646488 or 11016633. OLE color: 11016633.
HSL color Cylindrical-coordinate representation of color #B919A8: hue angle of 306.38º 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 #B919A8 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 168 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.27 |
| HSL | 306.38º | 0.76% | 0.41% | - |
| HSV(B) | 306.38º | 0.86% | 0.73% | - |
| XYZ | 27.42 | 13.84 | 38.27 | - |
| YUV | 89.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 168 | 0 | 0.86 | 0.09 | 0.27 | 306.38 | 0.76 | 0.41 |
| Hex | B9 | 19 | A8 | 0 | 56 | 9 | 1B | 132 | 4C | 29 |
| Octal | 271 | 31 | 250 | 0 | 126 | 11 | 33 | 462 | 114 | 51 |
| Binary | 10111001 | 11001 | 10101000 | 0 | 1010110 | 1001 | 11011 | 100110010 | 1001100 | 101001 |
Color Harmonies of #B919A8
Complementary color
Monochromatic Colors of #B919A8
Black with #B919A8
Text Example
Text Example
White with #B919A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919A8; }
p { color: rgb(185,25,168); }
H1.HeaderClassName
{
color: #B919A8;
}
.AnyTagClassName
{
color: #B919A8;
}
</style>
background-color css
<style>
a { background-color: #B919A8; }
a { background-color: rgb(185,25,168); }
div.DivClassName
{
background-color: #B919A8;
}
.BgClassName
{
background-color: #B919A8;
}
</style>
border-color css
<style>
span { border-color: #B919A8; }
span { border-color: rgb(185,25,168); }
td.TdClassName
{
border-color: #B919A8;
}
.TagClassName
{
border-color: #B919A8;
}
</style>