Shades of Medium Violet Red #BB1977
Tints of Medium Violet Red #BB1977
RGB
CMYK
RGB Variations
Color information
#BB1977 (or 0xBB1977) is known color: Medium Violet Red. HEX triplet: BB, 19 and 77. RGB value is (187,25,119). Sum of RGB (Red+Green+Blue) = 187+25+119=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1977 is #44E688. Grayscale: #535353. Windows color (decimal): -4515465 or 7805371. OLE color: 7805371.
HSL color Cylindrical-coordinate representation of color #BB1977: hue angle of 325.19º 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 #BB1977 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 119 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.27 |
| HSL | 325.19º | 0.76% | 0.42% | - |
| HSV(B) | 325.19º | 0.87% | 0.73% | - |
| XYZ | 24.17 | 12.59 | 18.61 | - |
| YUV | 84.15 | 147.67 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 119 | 0 | 0.87 | 0.36 | 0.27 | 325.19 | 0.76 | 0.42 |
| Hex | BB | 19 | 77 | 0 | 57 | 24 | 1B | 145 | 4C | 2A |
| Octal | 273 | 31 | 167 | 0 | 127 | 44 | 33 | 505 | 114 | 52 |
| Binary | 10111011 | 11001 | 1110111 | 0 | 1010111 | 100100 | 11011 | 101000101 | 1001100 | 101010 |
Color Harmonies of #BB1977
Complementary color
Monochromatic Colors of #BB1977
Black with #BB1977
Text Example
Text Example
White with #BB1977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1977; }
p { color: rgb(187,25,119); }
H1.HeaderClassName
{
color: #BB1977;
}
.AnyTagClassName
{
color: #BB1977;
}
</style>
background-color css
<style>
a { background-color: #BB1977; }
a { background-color: rgb(187,25,119); }
div.DivClassName
{
background-color: #BB1977;
}
.BgClassName
{
background-color: #BB1977;
}
</style>
border-color css
<style>
span { border-color: #BB1977; }
span { border-color: rgb(187,25,119); }
td.TdClassName
{
border-color: #BB1977;
}
.TagClassName
{
border-color: #BB1977;
}
</style>