Shades of Medium Violet Red #BB197F
Tints of Medium Violet Red #BB197F
RGB
CMYK
RGB Variations
Color information
#BB197F (or 0xBB197F) is known color: Medium Violet Red. HEX triplet: BB, 19 and 7F. RGB value is (187,25,127). Sum of RGB (Red+Green+Blue) = 187+25+127=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB197F is #44E680. Grayscale: #545454. Windows color (decimal): -4515457 or 8329659. OLE color: 8329659.
HSL color Cylindrical-coordinate representation of color #BB197F: hue angle of 322.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 #BB197F is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 127 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.27 |
| HSL | 322.22º | 0.76% | 0.42% | - |
| HSV(B) | 322.22º | 0.87% | 0.73% | - |
| XYZ | 24.67 | 12.79 | 21.25 | - |
| YUV | 85.07 | 151.67 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 127 | 0 | 0.87 | 0.32 | 0.27 | 322.22 | 0.76 | 0.42 |
| Hex | BB | 19 | 7F | 0 | 57 | 20 | 1B | 142 | 4C | 2A |
| Octal | 273 | 31 | 177 | 0 | 127 | 40 | 33 | 502 | 114 | 52 |
| Binary | 10111011 | 11001 | 1111111 | 0 | 1010111 | 100000 | 11011 | 101000010 | 1001100 | 101010 |
Color Harmonies of #BB197F
Complementary color
Monochromatic Colors of #BB197F
Black with #BB197F
Text Example
Text Example
White with #BB197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB197F; }
p { color: rgb(187,25,127); }
H1.HeaderClassName
{
color: #BB197F;
}
.AnyTagClassName
{
color: #BB197F;
}
</style>
background-color css
<style>
a { background-color: #BB197F; }
a { background-color: rgb(187,25,127); }
div.DivClassName
{
background-color: #BB197F;
}
.BgClassName
{
background-color: #BB197F;
}
</style>
border-color css
<style>
span { border-color: #BB197F; }
span { border-color: rgb(187,25,127); }
td.TdClassName
{
border-color: #BB197F;
}
.TagClassName
{
border-color: #BB197F;
}
</style>