Shades of Medium Violet Red #BB199A
Tints of Medium Violet Red #BB199A
RGB
CMYK
RGB Variations
Color information
#BB199A (or 0xBB199A) is known color: Medium Violet Red. HEX triplet: BB, 19 and 9A. RGB value is (187,25,154). Sum of RGB (Red+Green+Blue) = 187+25+154=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB199A is #44E665. Grayscale: #575757. Windows color (decimal): -4515430 or 10099131. OLE color: 10099131.
HSL color Cylindrical-coordinate representation of color #BB199A: hue angle of 312.22º 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 #BB199A is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 154 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.27 |
| HSL | 312.22º | 0.76% | 0.42% | - |
| HSV(B) | 312.22º | 0.87% | 0.73% | - |
| XYZ | 26.67 | 13.59 | 31.79 | - |
| YUV | 88.14 | 165.17 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 154 | 0 | 0.87 | 0.18 | 0.27 | 312.22 | 0.76 | 0.42 |
| Hex | BB | 19 | 9A | 0 | 57 | 12 | 1B | 138 | 4C | 2A |
| Octal | 273 | 31 | 232 | 0 | 127 | 22 | 33 | 470 | 114 | 52 |
| Binary | 10111011 | 11001 | 10011010 | 0 | 1010111 | 10010 | 11011 | 100111000 | 1001100 | 101010 |
Color Harmonies of #BB199A
Complementary color
Monochromatic Colors of #BB199A
Black with #BB199A
Text Example
Text Example
White with #BB199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB199A; }
p { color: rgb(187,25,154); }
H1.HeaderClassName
{
color: #BB199A;
}
.AnyTagClassName
{
color: #BB199A;
}
</style>
background-color css
<style>
a { background-color: #BB199A; }
a { background-color: rgb(187,25,154); }
div.DivClassName
{
background-color: #BB199A;
}
.BgClassName
{
background-color: #BB199A;
}
</style>
border-color css
<style>
span { border-color: #BB199A; }
span { border-color: rgb(187,25,154); }
td.TdClassName
{
border-color: #BB199A;
}
.TagClassName
{
border-color: #BB199A;
}
</style>