Shades of Medium Violet Red #BB2096
Tints of Medium Violet Red #BB2096
RGB
CMYK
RGB Variations
Color information
#BB2096 (or 0xBB2096) is known color: Medium Violet Red. HEX triplet: BB, 20 and 96. RGB value is (187,32,150). Sum of RGB (Red+Green+Blue) = 187+32+150=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2096 is #44DF69. Grayscale: #5B5B5B. Windows color (decimal): -4513642 or 9838779. OLE color: 9838779.
HSL color Cylindrical-coordinate representation of color #BB2096: hue angle of 314.32º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2096 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 150 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.27 |
| HSL | 314.32º | 0.71% | 0.43% | - |
| HSV(B) | 314.32º | 0.83% | 0.73% | - |
| XYZ | 26.52 | 13.8 | 30.12 | - |
| YUV | 91.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 150 | 0 | 0.83 | 0.20 | 0.27 | 314.32 | 0.71 | 0.43 |
| Hex | BB | 20 | 96 | 0 | 53 | 14 | 1B | 13A | 47 | 2B |
| Octal | 273 | 40 | 226 | 0 | 123 | 24 | 33 | 472 | 107 | 53 |
| Binary | 10111011 | 100000 | 10010110 | 0 | 1010011 | 10100 | 11011 | 100111010 | 1000111 | 101011 |
Color Harmonies of #BB2096
Complementary color
Monochromatic Colors of #BB2096
Black with #BB2096
Text Example
Text Example
White with #BB2096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2096; }
p { color: rgb(187,32,150); }
H1.HeaderClassName
{
color: #BB2096;
}
.AnyTagClassName
{
color: #BB2096;
}
</style>
background-color css
<style>
a { background-color: #BB2096; }
a { background-color: rgb(187,32,150); }
div.DivClassName
{
background-color: #BB2096;
}
.BgClassName
{
background-color: #BB2096;
}
</style>
border-color css
<style>
span { border-color: #BB2096; }
span { border-color: rgb(187,32,150); }
td.TdClassName
{
border-color: #BB2096;
}
.TagClassName
{
border-color: #BB2096;
}
</style>