Shades of Medium Violet Red #BB199B
Tints of Medium Violet Red #BB199B
RGB
CMYK
RGB Variations
Color information
#BB199B (or 0xBB199B) is known color: Medium Violet Red. HEX triplet: BB, 19 and 9B. RGB value is (187,25,155). Sum of RGB (Red+Green+Blue) = 187+25+155=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB199B is #44E664. Grayscale: #575757. Windows color (decimal): -4515429 or 10164667. OLE color: 10164667.
HSL color Cylindrical-coordinate representation of color #BB199B: hue angle of 311.85º 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 #BB199B is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 155 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.27 |
| HSL | 311.85º | 0.76% | 0.42% | - |
| HSV(B) | 311.85º | 0.87% | 0.73% | - |
| XYZ | 26.76 | 13.63 | 32.23 | - |
| YUV | 88.26 | 165.67 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 155 | 0 | 0.87 | 0.17 | 0.27 | 311.85 | 0.76 | 0.42 |
| Hex | BB | 19 | 9B | 0 | 57 | 11 | 1B | 138 | 4C | 2A |
| Octal | 273 | 31 | 233 | 0 | 127 | 21 | 33 | 470 | 114 | 52 |
| Binary | 10111011 | 11001 | 10011011 | 0 | 1010111 | 10001 | 11011 | 100111000 | 1001100 | 101010 |
Color Harmonies of #BB199B
Complementary color
Monochromatic Colors of #BB199B
Black with #BB199B
Text Example
Text Example
White with #BB199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB199B; }
p { color: rgb(187,25,155); }
H1.HeaderClassName
{
color: #BB199B;
}
.AnyTagClassName
{
color: #BB199B;
}
</style>
background-color css
<style>
a { background-color: #BB199B; }
a { background-color: rgb(187,25,155); }
div.DivClassName
{
background-color: #BB199B;
}
.BgClassName
{
background-color: #BB199B;
}
</style>
border-color css
<style>
span { border-color: #BB199B; }
span { border-color: rgb(187,25,155); }
td.TdClassName
{
border-color: #BB199B;
}
.TagClassName
{
border-color: #BB199B;
}
</style>