Shades of Medium Violet Red #BB1496
Tints of Medium Violet Red #BB1496
RGB
CMYK
RGB Variations
Color information
#BB1496 (or 0xBB1496) is known color: Medium Violet Red. HEX triplet: BB, 14 and 96. RGB value is (187,20,150). Sum of RGB (Red+Green+Blue) = 187+20+150=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1496 is #44EB69. Grayscale: #545454. Windows color (decimal): -4516714 or 9835707. OLE color: 9835707.
HSL color Cylindrical-coordinate representation of color #BB1496: hue angle of 313.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1496 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 150 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.27 |
| HSL | 313.29º | 0.81% | 0.41% | - |
| HSV(B) | 313.29º | 0.89% | 0.73% | - |
| XYZ | 26.25 | 13.27 | 30.03 | - |
| YUV | 84.75 | 164.83 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 150 | 0 | 0.89 | 0.20 | 0.27 | 313.29 | 0.81 | 0.41 |
| Hex | BB | 14 | 96 | 0 | 59 | 14 | 1B | 139 | 51 | 29 |
| Octal | 273 | 24 | 226 | 0 | 131 | 24 | 33 | 471 | 121 | 51 |
| Binary | 10111011 | 10100 | 10010110 | 0 | 1011001 | 10100 | 11011 | 100111001 | 1010001 | 101001 |
Color Harmonies of #BB1496
Complementary color
Monochromatic Colors of #BB1496
Black with #BB1496
Text Example
Text Example
White with #BB1496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1496; }
p { color: rgb(187,20,150); }
H1.HeaderClassName
{
color: #BB1496;
}
.AnyTagClassName
{
color: #BB1496;
}
</style>
background-color css
<style>
a { background-color: #BB1496; }
a { background-color: rgb(187,20,150); }
div.DivClassName
{
background-color: #BB1496;
}
.BgClassName
{
background-color: #BB1496;
}
</style>
border-color css
<style>
span { border-color: #BB1496; }
span { border-color: rgb(187,20,150); }
td.TdClassName
{
border-color: #BB1496;
}
.TagClassName
{
border-color: #BB1496;
}
</style>