Shades of Medium Violet Red #B5199B
Tints of Medium Violet Red #B5199B
RGB
CMYK
RGB Variations
Color information
#B5199B (or 0xB5199B) is known color: Medium Violet Red. HEX triplet: B5, 19 and 9B. RGB value is (181,25,155). Sum of RGB (Red+Green+Blue) = 181+25+155=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5199B is #4AE664. Grayscale: #565656. Windows color (decimal): -4908645 or 10164661. OLE color: 10164661.
HSL color Cylindrical-coordinate representation of color #B5199B: hue angle of 310º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5199B is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 155 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.29 |
| HSL | 310º | 0.76% | 0.4% | - |
| HSV(B) | 310º | 0.86% | 0.71% | - |
| XYZ | 25.32 | 12.89 | 32.16 | - |
| YUV | 86.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 155 | 0 | 0.86 | 0.14 | 0.29 | 310 | 0.76 | 0.4 |
| Hex | B5 | 19 | 9B | 0 | 56 | E | 1D | 136 | 4C | 28 |
| Octal | 265 | 31 | 233 | 0 | 126 | 16 | 35 | 466 | 114 | 50 |
| Binary | 10110101 | 11001 | 10011011 | 0 | 1010110 | 1110 | 11101 | 100110110 | 1001100 | 101000 |
Color Harmonies of #B5199B
Complementary color
Monochromatic Colors of #B5199B
Black with #B5199B
Text Example
Text Example
White with #B5199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5199B; }
p { color: rgb(181,25,155); }
H1.HeaderClassName
{
color: #B5199B;
}
.AnyTagClassName
{
color: #B5199B;
}
</style>
background-color css
<style>
a { background-color: #B5199B; }
a { background-color: rgb(181,25,155); }
div.DivClassName
{
background-color: #B5199B;
}
.BgClassName
{
background-color: #B5199B;
}
</style>
border-color css
<style>
span { border-color: #B5199B; }
span { border-color: rgb(181,25,155); }
td.TdClassName
{
border-color: #B5199B;
}
.TagClassName
{
border-color: #B5199B;
}
</style>