Shades of Medium Violet Red #BB1990
Tints of Medium Violet Red #BB1990
RGB
CMYK
RGB Variations
Color information
#BB1990 (or 0xBB1990) is known color: Medium Violet Red. HEX triplet: BB, 19 and 90. RGB value is (187,25,144). Sum of RGB (Red+Green+Blue) = 187+25+144=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1990 is #44E66F. Grayscale: #565656. Windows color (decimal): -4515440 or 9443771. OLE color: 9443771.
HSL color Cylindrical-coordinate representation of color #BB1990: hue angle of 315.93º 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 #BB1990 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 144 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.27 |
| HSL | 315.93º | 0.76% | 0.42% | - |
| HSV(B) | 315.93º | 0.87% | 0.73% | - |
| XYZ | 25.88 | 13.27 | 27.58 | - |
| YUV | 87 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 144 | 0 | 0.87 | 0.23 | 0.27 | 315.93 | 0.76 | 0.42 |
| Hex | BB | 19 | 90 | 0 | 57 | 17 | 1B | 13C | 4C | 2A |
| Octal | 273 | 31 | 220 | 0 | 127 | 27 | 33 | 474 | 114 | 52 |
| Binary | 10111011 | 11001 | 10010000 | 0 | 1010111 | 10111 | 11011 | 100111100 | 1001100 | 101010 |
Color Harmonies of #BB1990
Complementary color
Monochromatic Colors of #BB1990
Black with #BB1990
Text Example
Text Example
White with #BB1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1990; }
p { color: rgb(187,25,144); }
H1.HeaderClassName
{
color: #BB1990;
}
.AnyTagClassName
{
color: #BB1990;
}
</style>
background-color css
<style>
a { background-color: #BB1990; }
a { background-color: rgb(187,25,144); }
div.DivClassName
{
background-color: #BB1990;
}
.BgClassName
{
background-color: #BB1990;
}
</style>
border-color css
<style>
span { border-color: #BB1990; }
span { border-color: rgb(187,25,144); }
td.TdClassName
{
border-color: #BB1990;
}
.TagClassName
{
border-color: #BB1990;
}
</style>