Shades of Medium Violet Red #BB1899
Tints of Medium Violet Red #BB1899
RGB
CMYK
RGB Variations
Color information
#BB1899 (or 0xBB1899) is known color: Medium Violet Red. HEX triplet: BB, 18 and 99. RGB value is (187,24,153). Sum of RGB (Red+Green+Blue) = 187+24+153=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1899 is #44E766. Grayscale: #575757. Windows color (decimal): -4515687 or 10033339. OLE color: 10033339.
HSL color Cylindrical-coordinate representation of color #BB1899: hue angle of 312.52º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1899 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 153 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.27 |
| HSL | 312.52º | 0.77% | 0.41% | - |
| HSV(B) | 312.52º | 0.87% | 0.73% | - |
| XYZ | 26.57 | 13.52 | 31.35 | - |
| YUV | 87.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 153 | 0 | 0.87 | 0.18 | 0.27 | 312.52 | 0.77 | 0.41 |
| Hex | BB | 18 | 99 | 0 | 57 | 12 | 1B | 139 | 4D | 29 |
| Octal | 273 | 30 | 231 | 0 | 127 | 22 | 33 | 471 | 115 | 51 |
| Binary | 10111011 | 11000 | 10011001 | 0 | 1010111 | 10010 | 11011 | 100111001 | 1001101 | 101001 |
Color Harmonies of #BB1899
Complementary color
Monochromatic Colors of #BB1899
Black with #BB1899
Text Example
Text Example
White with #BB1899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1899; }
p { color: rgb(187,24,153); }
H1.HeaderClassName
{
color: #BB1899;
}
.AnyTagClassName
{
color: #BB1899;
}
</style>
background-color css
<style>
a { background-color: #BB1899; }
a { background-color: rgb(187,24,153); }
div.DivClassName
{
background-color: #BB1899;
}
.BgClassName
{
background-color: #BB1899;
}
</style>
border-color css
<style>
span { border-color: #BB1899; }
span { border-color: rgb(187,24,153); }
td.TdClassName
{
border-color: #BB1899;
}
.TagClassName
{
border-color: #BB1899;
}
</style>