Shades of Medium Violet Red #B5199C
Tints of Medium Violet Red #B5199C
RGB
CMYK
RGB Variations
Color information
#B5199C (or 0xB5199C) is known color: Medium Violet Red. HEX triplet: B5, 19 and 9C. RGB value is (181,25,156). Sum of RGB (Red+Green+Blue) = 181+25+156=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5199C is #4AE663. Grayscale: #565656. Windows color (decimal): -4908644 or 10230197. OLE color: 10230197.
HSL color Cylindrical-coordinate representation of color #B5199C: hue angle of 309.62º 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 #B5199C is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 156 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.29 |
| HSL | 309.62º | 0.76% | 0.4% | - |
| HSV(B) | 309.62º | 0.86% | 0.71% | - |
| XYZ | 25.4 | 12.92 | 32.61 | - |
| YUV | 86.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 156 | 0 | 0.86 | 0.14 | 0.29 | 309.62 | 0.76 | 0.4 |
| Hex | B5 | 19 | 9C | 0 | 56 | E | 1D | 136 | 4C | 28 |
| Octal | 265 | 31 | 234 | 0 | 126 | 16 | 35 | 466 | 114 | 50 |
| Binary | 10110101 | 11001 | 10011100 | 0 | 1010110 | 1110 | 11101 | 100110110 | 1001100 | 101000 |
Color Harmonies of #B5199C
Complementary color
Monochromatic Colors of #B5199C
Black with #B5199C
Text Example
Text Example
White with #B5199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5199C; }
p { color: rgb(181,25,156); }
H1.HeaderClassName
{
color: #B5199C;
}
.AnyTagClassName
{
color: #B5199C;
}
</style>
background-color css
<style>
a { background-color: #B5199C; }
a { background-color: rgb(181,25,156); }
div.DivClassName
{
background-color: #B5199C;
}
.BgClassName
{
background-color: #B5199C;
}
</style>
border-color css
<style>
span { border-color: #B5199C; }
span { border-color: rgb(181,25,156); }
td.TdClassName
{
border-color: #B5199C;
}
.TagClassName
{
border-color: #B5199C;
}
</style>