Shades of Medium Violet Red #BB197A
Tints of Medium Violet Red #BB197A
RGB
CMYK
RGB Variations
Color information
#BB197A (or 0xBB197A) is known color: Medium Violet Red. HEX triplet: BB, 19 and 7A. RGB value is (187,25,122). Sum of RGB (Red+Green+Blue) = 187+25+122=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB197A is #44E685. Grayscale: #545454. Windows color (decimal): -4515462 or 8001979. OLE color: 8001979.
HSL color Cylindrical-coordinate representation of color #BB197A: hue angle of 324.07º 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 #BB197A is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 122 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.27 |
| HSL | 324.07º | 0.76% | 0.42% | - |
| HSV(B) | 324.07º | 0.87% | 0.73% | - |
| XYZ | 24.35 | 12.67 | 19.57 | - |
| YUV | 84.5 | 149.17 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 122 | 0 | 0.87 | 0.35 | 0.27 | 324.07 | 0.76 | 0.42 |
| Hex | BB | 19 | 7A | 0 | 57 | 23 | 1B | 144 | 4C | 2A |
| Octal | 273 | 31 | 172 | 0 | 127 | 43 | 33 | 504 | 114 | 52 |
| Binary | 10111011 | 11001 | 1111010 | 0 | 1010111 | 100011 | 11011 | 101000100 | 1001100 | 101010 |
Color Harmonies of #BB197A
Complementary color
Monochromatic Colors of #BB197A
Black with #BB197A
Text Example
Text Example
White with #BB197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB197A; }
p { color: rgb(187,25,122); }
H1.HeaderClassName
{
color: #BB197A;
}
.AnyTagClassName
{
color: #BB197A;
}
</style>
background-color css
<style>
a { background-color: #BB197A; }
a { background-color: rgb(187,25,122); }
div.DivClassName
{
background-color: #BB197A;
}
.BgClassName
{
background-color: #BB197A;
}
</style>
border-color css
<style>
span { border-color: #BB197A; }
span { border-color: rgb(187,25,122); }
td.TdClassName
{
border-color: #BB197A;
}
.TagClassName
{
border-color: #BB197A;
}
</style>