Shades of Medium Violet Red #BB1998
Tints of Medium Violet Red #BB1998
RGB
CMYK
RGB Variations
Color information
#BB1998 (or 0xBB1998) is known color: Medium Violet Red. HEX triplet: BB, 19 and 98. RGB value is (187,25,152). Sum of RGB (Red+Green+Blue) = 187+25+152=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1998 is #44E667. Grayscale: #575757. Windows color (decimal): -4515432 or 9968059. OLE color: 9968059.
HSL color Cylindrical-coordinate representation of color #BB1998: hue angle of 312.96º 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 #BB1998 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 152 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.27 |
| HSL | 312.96º | 0.76% | 0.42% | - |
| HSV(B) | 312.96º | 0.87% | 0.73% | - |
| XYZ | 26.51 | 13.53 | 30.92 | - |
| YUV | 87.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 152 | 0 | 0.87 | 0.19 | 0.27 | 312.96 | 0.76 | 0.42 |
| Hex | BB | 19 | 98 | 0 | 57 | 13 | 1B | 139 | 4C | 2A |
| Octal | 273 | 31 | 230 | 0 | 127 | 23 | 33 | 471 | 114 | 52 |
| Binary | 10111011 | 11001 | 10011000 | 0 | 1010111 | 10011 | 11011 | 100111001 | 1001100 | 101010 |
Color Harmonies of #BB1998
Complementary color
Monochromatic Colors of #BB1998
Black with #BB1998
Text Example
Text Example
White with #BB1998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1998; }
p { color: rgb(187,25,152); }
H1.HeaderClassName
{
color: #BB1998;
}
.AnyTagClassName
{
color: #BB1998;
}
</style>
background-color css
<style>
a { background-color: #BB1998; }
a { background-color: rgb(187,25,152); }
div.DivClassName
{
background-color: #BB1998;
}
.BgClassName
{
background-color: #BB1998;
}
</style>
border-color css
<style>
span { border-color: #BB1998; }
span { border-color: rgb(187,25,152); }
td.TdClassName
{
border-color: #BB1998;
}
.TagClassName
{
border-color: #BB1998;
}
</style>