Shades of Medium Violet Red #BB199C
Tints of Medium Violet Red #BB199C
RGB
CMYK
RGB Variations
Color information
#BB199C (or 0xBB199C) is known color: Medium Violet Red. HEX triplet: BB, 19 and 9C. RGB value is (187,25,156). Sum of RGB (Red+Green+Blue) = 187+25+156=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB199C is #44E663. Grayscale: #585858. Windows color (decimal): -4515428 or 10230203. OLE color: 10230203.
HSL color Cylindrical-coordinate representation of color #BB199C: hue angle of 311.48º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB199C is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 156 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.27 |
| HSL | 311.48º | 0.76% | 0.42% | - |
| HSV(B) | 311.48º | 0.87% | 0.73% | - |
| XYZ | 26.84 | 13.66 | 32.67 | - |
| YUV | 88.37 | 166.17 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 156 | 0 | 0.87 | 0.17 | 0.27 | 311.48 | 0.76 | 0.42 |
| Hex | BB | 19 | 9C | 0 | 57 | 11 | 1B | 137 | 4C | 2A |
| Octal | 273 | 31 | 234 | 0 | 127 | 21 | 33 | 467 | 114 | 52 |
| Binary | 10111011 | 11001 | 10011100 | 0 | 1010111 | 10001 | 11011 | 100110111 | 1001100 | 101010 |
Color Harmonies of #BB199C
Complementary color
Monochromatic Colors of #BB199C
Black with #BB199C
Text Example
Text Example
White with #BB199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB199C; }
p { color: rgb(187,25,156); }
H1.HeaderClassName
{
color: #BB199C;
}
.AnyTagClassName
{
color: #BB199C;
}
</style>
background-color css
<style>
a { background-color: #BB199C; }
a { background-color: rgb(187,25,156); }
div.DivClassName
{
background-color: #BB199C;
}
.BgClassName
{
background-color: #BB199C;
}
</style>
border-color css
<style>
span { border-color: #BB199C; }
span { border-color: rgb(187,25,156); }
td.TdClassName
{
border-color: #BB199C;
}
.TagClassName
{
border-color: #BB199C;
}
</style>