Shades of Medium Violet Red #BB1971
Tints of Medium Violet Red #BB1971
RGB
CMYK
RGB Variations
Color information
#BB1971 (or 0xBB1971) is known color: Medium Violet Red. HEX triplet: BB, 19 and 71. RGB value is (187,25,113). Sum of RGB (Red+Green+Blue) = 187+25+113=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1971 is #44E68E. Grayscale: #535353. Windows color (decimal): -4515471 or 7412155. OLE color: 7412155.
HSL color Cylindrical-coordinate representation of color #BB1971: hue angle of 327.41º 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 #BB1971 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 113 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.27 |
| HSL | 327.41º | 0.76% | 0.42% | - |
| HSV(B) | 327.41º | 0.87% | 0.73% | - |
| XYZ | 23.82 | 12.45 | 16.77 | - |
| YUV | 83.47 | 144.67 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 113 | 0 | 0.87 | 0.40 | 0.27 | 327.41 | 0.76 | 0.42 |
| Hex | BB | 19 | 71 | 0 | 57 | 28 | 1B | 147 | 4C | 2A |
| Octal | 273 | 31 | 161 | 0 | 127 | 50 | 33 | 507 | 114 | 52 |
| Binary | 10111011 | 11001 | 1110001 | 0 | 1010111 | 101000 | 11011 | 101000111 | 1001100 | 101010 |
Color Harmonies of #BB1971
Complementary color
Monochromatic Colors of #BB1971
Black with #BB1971
Text Example
Text Example
White with #BB1971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1971; }
p { color: rgb(187,25,113); }
H1.HeaderClassName
{
color: #BB1971;
}
.AnyTagClassName
{
color: #BB1971;
}
</style>
background-color css
<style>
a { background-color: #BB1971; }
a { background-color: rgb(187,25,113); }
div.DivClassName
{
background-color: #BB1971;
}
.BgClassName
{
background-color: #BB1971;
}
</style>
border-color css
<style>
span { border-color: #BB1971; }
span { border-color: rgb(187,25,113); }
td.TdClassName
{
border-color: #BB1971;
}
.TagClassName
{
border-color: #BB1971;
}
</style>