Shades of Medium Violet Red #BB156E
Tints of Medium Violet Red #BB156E
RGB
CMYK
RGB Variations
Color information
#BB156E (or 0xBB156E) is known color: Medium Violet Red. HEX triplet: BB, 15 and 6E. RGB value is (187,21,110). Sum of RGB (Red+Green+Blue) = 187+21+110=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB156E is #44EA91. Grayscale: #505050. Windows color (decimal): -4516498 or 7214523. OLE color: 7214523.
HSL color Cylindrical-coordinate representation of color #BB156E: hue angle of 327.83º degrees, saturation: 0.8, 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 #BB156E is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 110 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.27 |
| HSL | 327.83º | 0.8% | 0.41% | - |
| HSV(B) | 327.83º | 0.89% | 0.73% | - |
| XYZ | 23.58 | 12.23 | 15.87 | - |
| YUV | 80.78 | 144.5 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 110 | 0 | 0.89 | 0.41 | 0.27 | 327.83 | 0.8 | 0.41 |
| Hex | BB | 15 | 6E | 0 | 59 | 29 | 1B | 148 | 50 | 29 |
| Octal | 273 | 25 | 156 | 0 | 131 | 51 | 33 | 510 | 120 | 51 |
| Binary | 10111011 | 10101 | 1101110 | 0 | 1011001 | 101001 | 11011 | 101001000 | 1010000 | 101001 |
Color Harmonies of #BB156E
Complementary color
Monochromatic Colors of #BB156E
Black with #BB156E
Text Example
Text Example
White with #BB156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB156E; }
p { color: rgb(187,21,110); }
H1.HeaderClassName
{
color: #BB156E;
}
.AnyTagClassName
{
color: #BB156E;
}
</style>
background-color css
<style>
a { background-color: #BB156E; }
a { background-color: rgb(187,21,110); }
div.DivClassName
{
background-color: #BB156E;
}
.BgClassName
{
background-color: #BB156E;
}
</style>
border-color css
<style>
span { border-color: #BB156E; }
span { border-color: rgb(187,21,110); }
td.TdClassName
{
border-color: #BB156E;
}
.TagClassName
{
border-color: #BB156E;
}
</style>