Shades of Medium Violet Red #B8199D
Tints of Medium Violet Red #B8199D
RGB
CMYK
RGB Variations
Color information
#B8199D (or 0xB8199D) is known color: Medium Violet Red. HEX triplet: B8, 19 and 9D. RGB value is (184,25,157). Sum of RGB (Red+Green+Blue) = 184+25+157=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8199D is #47E662. Grayscale: #575757. Windows color (decimal): -4712035 or 10295736. OLE color: 10295736.
HSL color Cylindrical-coordinate representation of color #B8199D: hue angle of 310.19º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8199D is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 157 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.28 |
| HSL | 310.19º | 0.76% | 0.41% | - |
| HSV(B) | 310.19º | 0.86% | 0.72% | - |
| XYZ | 26.2 | 13.32 | 33.09 | - |
| YUV | 87.59 | 167.18 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 157 | 0 | 0.86 | 0.15 | 0.28 | 310.19 | 0.76 | 0.41 |
| Hex | B8 | 19 | 9D | 0 | 56 | F | 1C | 136 | 4C | 29 |
| Octal | 270 | 31 | 235 | 0 | 126 | 17 | 34 | 466 | 114 | 51 |
| Binary | 10111000 | 11001 | 10011101 | 0 | 1010110 | 1111 | 11100 | 100110110 | 1001100 | 101001 |
Color Harmonies of #B8199D
Complementary color
Monochromatic Colors of #B8199D
Black with #B8199D
Text Example
Text Example
White with #B8199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8199D; }
p { color: rgb(184,25,157); }
H1.HeaderClassName
{
color: #B8199D;
}
.AnyTagClassName
{
color: #B8199D;
}
</style>
background-color css
<style>
a { background-color: #B8199D; }
a { background-color: rgb(184,25,157); }
div.DivClassName
{
background-color: #B8199D;
}
.BgClassName
{
background-color: #B8199D;
}
</style>
border-color css
<style>
span { border-color: #B8199D; }
span { border-color: rgb(184,25,157); }
td.TdClassName
{
border-color: #B8199D;
}
.TagClassName
{
border-color: #B8199D;
}
</style>