Shades of Medium Violet Red #BB1796
Tints of Medium Violet Red #BB1796
RGB
CMYK
RGB Variations
Color information
#BB1796 (or 0xBB1796) is known color: Medium Violet Red. HEX triplet: BB, 17 and 96. RGB value is (187,23,150). Sum of RGB (Red+Green+Blue) = 187+23+150=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1796 is #44E869. Grayscale: #565656. Windows color (decimal): -4515946 or 9836475. OLE color: 9836475.
HSL color Cylindrical-coordinate representation of color #BB1796: hue angle of 313.54º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1796 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 150 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.27 |
| HSL | 313.54º | 0.78% | 0.41% | - |
| HSV(B) | 313.54º | 0.88% | 0.73% | - |
| XYZ | 26.3 | 13.38 | 30.05 | - |
| YUV | 86.51 | 163.83 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 150 | 0 | 0.88 | 0.20 | 0.27 | 313.54 | 0.78 | 0.41 |
| Hex | BB | 17 | 96 | 0 | 58 | 14 | 1B | 13A | 4E | 29 |
| Octal | 273 | 27 | 226 | 0 | 130 | 24 | 33 | 472 | 116 | 51 |
| Binary | 10111011 | 10111 | 10010110 | 0 | 1011000 | 10100 | 11011 | 100111010 | 1001110 | 101001 |
Color Harmonies of #BB1796
Complementary color
Monochromatic Colors of #BB1796
Black with #BB1796
Text Example
Text Example
White with #BB1796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1796; }
p { color: rgb(187,23,150); }
H1.HeaderClassName
{
color: #BB1796;
}
.AnyTagClassName
{
color: #BB1796;
}
</style>
background-color css
<style>
a { background-color: #BB1796; }
a { background-color: rgb(187,23,150); }
div.DivClassName
{
background-color: #BB1796;
}
.BgClassName
{
background-color: #BB1796;
}
</style>
border-color css
<style>
span { border-color: #BB1796; }
span { border-color: rgb(187,23,150); }
td.TdClassName
{
border-color: #BB1796;
}
.TagClassName
{
border-color: #BB1796;
}
</style>