Shades of Medium Violet Red #BB199D
Tints of Medium Violet Red #BB199D
RGB
CMYK
RGB Variations
Color information
#BB199D (or 0xBB199D) is known color: Medium Violet Red. HEX triplet: BB, 19 and 9D. RGB value is (187,25,157). Sum of RGB (Red+Green+Blue) = 187+25+157=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB199D is #44E662. Grayscale: #585858. Windows color (decimal): -4515427 or 10295739. OLE color: 10295739.
HSL color Cylindrical-coordinate representation of color #BB199D: hue angle of 311.11º 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 #BB199D is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 157 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.27 |
| HSL | 311.11º | 0.76% | 0.42% | - |
| HSV(B) | 311.11º | 0.87% | 0.73% | - |
| XYZ | 26.93 | 13.69 | 33.12 | - |
| YUV | 88.49 | 166.67 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 157 | 0 | 0.87 | 0.16 | 0.27 | 311.11 | 0.76 | 0.42 |
| Hex | BB | 19 | 9D | 0 | 57 | 10 | 1B | 137 | 4C | 2A |
| Octal | 273 | 31 | 235 | 0 | 127 | 20 | 33 | 467 | 114 | 52 |
| Binary | 10111011 | 11001 | 10011101 | 0 | 1010111 | 10000 | 11011 | 100110111 | 1001100 | 101010 |
Color Harmonies of #BB199D
Complementary color
Monochromatic Colors of #BB199D
Black with #BB199D
Text Example
Text Example
White with #BB199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB199D; }
p { color: rgb(187,25,157); }
H1.HeaderClassName
{
color: #BB199D;
}
.AnyTagClassName
{
color: #BB199D;
}
</style>
background-color css
<style>
a { background-color: #BB199D; }
a { background-color: rgb(187,25,157); }
div.DivClassName
{
background-color: #BB199D;
}
.BgClassName
{
background-color: #BB199D;
}
</style>
border-color css
<style>
span { border-color: #BB199D; }
span { border-color: rgb(187,25,157); }
td.TdClassName
{
border-color: #BB199D;
}
.TagClassName
{
border-color: #BB199D;
}
</style>