Shades of Medium Violet Red #BB1599
Tints of Medium Violet Red #BB1599
RGB
CMYK
RGB Variations
Color information
#BB1599 (or 0xBB1599) is known color: Medium Violet Red. HEX triplet: BB, 15 and 99. RGB value is (187,21,153). Sum of RGB (Red+Green+Blue) = 187+21+153=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1599 is #44EA66. Grayscale: #555555. Windows color (decimal): -4516455 or 10032571. OLE color: 10032571.
HSL color Cylindrical-coordinate representation of color #BB1599: hue angle of 312.29º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1599 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 153 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.27 |
| HSL | 312.29º | 0.8% | 0.41% | - |
| HSV(B) | 312.29º | 0.89% | 0.73% | - |
| XYZ | 26.51 | 13.4 | 31.33 | - |
| YUV | 85.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 153 | 0 | 0.89 | 0.18 | 0.27 | 312.29 | 0.8 | 0.41 |
| Hex | BB | 15 | 99 | 0 | 59 | 12 | 1B | 138 | 50 | 29 |
| Octal | 273 | 25 | 231 | 0 | 131 | 22 | 33 | 470 | 120 | 51 |
| Binary | 10111011 | 10101 | 10011001 | 0 | 1011001 | 10010 | 11011 | 100111000 | 1010000 | 101001 |
Color Harmonies of #BB1599
Complementary color
Monochromatic Colors of #BB1599
Black with #BB1599
Text Example
Text Example
White with #BB1599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1599; }
p { color: rgb(187,21,153); }
H1.HeaderClassName
{
color: #BB1599;
}
.AnyTagClassName
{
color: #BB1599;
}
</style>
background-color css
<style>
a { background-color: #BB1599; }
a { background-color: rgb(187,21,153); }
div.DivClassName
{
background-color: #BB1599;
}
.BgClassName
{
background-color: #BB1599;
}
</style>
border-color css
<style>
span { border-color: #BB1599; }
span { border-color: rgb(187,21,153); }
td.TdClassName
{
border-color: #BB1599;
}
.TagClassName
{
border-color: #BB1599;
}
</style>