Shades of Medium Violet Red #BB198B
Tints of Medium Violet Red #BB198B
RGB
CMYK
RGB Variations
Color information
#BB198B (or 0xBB198B) is known color: Medium Violet Red. HEX triplet: BB, 19 and 8B. RGB value is (187,25,139). Sum of RGB (Red+Green+Blue) = 187+25+139=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB198B is #44E674. Grayscale: #565656. Windows color (decimal): -4515445 or 9116091. OLE color: 9116091.
HSL color Cylindrical-coordinate representation of color #BB198B: hue angle of 317.78º 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 #BB198B is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 139 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.27 |
| HSL | 317.78º | 0.76% | 0.42% | - |
| HSV(B) | 317.78º | 0.87% | 0.73% | - |
| XYZ | 25.5 | 13.12 | 25.62 | - |
| YUV | 86.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 139 | 0 | 0.87 | 0.26 | 0.27 | 317.78 | 0.76 | 0.42 |
| Hex | BB | 19 | 8B | 0 | 57 | 1A | 1B | 13E | 4C | 2A |
| Octal | 273 | 31 | 213 | 0 | 127 | 32 | 33 | 476 | 114 | 52 |
| Binary | 10111011 | 11001 | 10001011 | 0 | 1010111 | 11010 | 11011 | 100111110 | 1001100 | 101010 |
Color Harmonies of #BB198B
Complementary color
Monochromatic Colors of #BB198B
Black with #BB198B
Text Example
Text Example
White with #BB198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB198B; }
p { color: rgb(187,25,139); }
H1.HeaderClassName
{
color: #BB198B;
}
.AnyTagClassName
{
color: #BB198B;
}
</style>
background-color css
<style>
a { background-color: #BB198B; }
a { background-color: rgb(187,25,139); }
div.DivClassName
{
background-color: #BB198B;
}
.BgClassName
{
background-color: #BB198B;
}
</style>
border-color css
<style>
span { border-color: #BB198B; }
span { border-color: rgb(187,25,139); }
td.TdClassName
{
border-color: #BB198B;
}
.TagClassName
{
border-color: #BB198B;
}
</style>