Shades of Medium Violet Red #BB1996
Tints of Medium Violet Red #BB1996
RGB
CMYK
RGB Variations
Color information
#BB1996 (or 0xBB1996) is known color: Medium Violet Red. HEX triplet: BB, 19 and 96. RGB value is (187,25,150). Sum of RGB (Red+Green+Blue) = 187+25+150=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1996 is #44E669. Grayscale: #575757. Windows color (decimal): -4515434 or 9836987. OLE color: 9836987.
HSL color Cylindrical-coordinate representation of color #BB1996: hue angle of 313.7º 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 #BB1996 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 150 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.27 |
| HSL | 313.7º | 0.76% | 0.42% | - |
| HSV(B) | 313.7º | 0.87% | 0.73% | - |
| XYZ | 26.35 | 13.46 | 30.06 | - |
| YUV | 87.69 | 163.17 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 150 | 0 | 0.87 | 0.20 | 0.27 | 313.7 | 0.76 | 0.42 |
| Hex | BB | 19 | 96 | 0 | 57 | 14 | 1B | 13A | 4C | 2A |
| Octal | 273 | 31 | 226 | 0 | 127 | 24 | 33 | 472 | 114 | 52 |
| Binary | 10111011 | 11001 | 10010110 | 0 | 1010111 | 10100 | 11011 | 100111010 | 1001100 | 101010 |
Color Harmonies of #BB1996
Complementary color
Monochromatic Colors of #BB1996
Black with #BB1996
Text Example
Text Example
White with #BB1996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1996; }
p { color: rgb(187,25,150); }
H1.HeaderClassName
{
color: #BB1996;
}
.AnyTagClassName
{
color: #BB1996;
}
</style>
background-color css
<style>
a { background-color: #BB1996; }
a { background-color: rgb(187,25,150); }
div.DivClassName
{
background-color: #BB1996;
}
.BgClassName
{
background-color: #BB1996;
}
</style>
border-color css
<style>
span { border-color: #BB1996; }
span { border-color: rgb(187,25,150); }
td.TdClassName
{
border-color: #BB1996;
}
.TagClassName
{
border-color: #BB1996;
}
</style>