Shades of Medium Violet Red #BB156D
Tints of Medium Violet Red #BB156D
RGB
CMYK
RGB Variations
Color information
#BB156D (or 0xBB156D) is known color: Medium Violet Red. HEX triplet: BB, 15 and 6D. RGB value is (187,21,109). Sum of RGB (Red+Green+Blue) = 187+21+109=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB156D is #44EA92. Grayscale: #505050. Windows color (decimal): -4516499 or 7148987. OLE color: 7148987.
HSL color Cylindrical-coordinate representation of color #BB156D: hue angle of 328.19º 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 #BB156D is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 109 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.27 |
| HSL | 328.19º | 0.8% | 0.41% | - |
| HSV(B) | 328.19º | 0.89% | 0.73% | - |
| XYZ | 23.52 | 12.21 | 15.58 | - |
| YUV | 80.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 109 | 0 | 0.89 | 0.42 | 0.27 | 328.19 | 0.8 | 0.41 |
| Hex | BB | 15 | 6D | 0 | 59 | 2A | 1B | 148 | 50 | 29 |
| Octal | 273 | 25 | 155 | 0 | 131 | 52 | 33 | 510 | 120 | 51 |
| Binary | 10111011 | 10101 | 1101101 | 0 | 1011001 | 101010 | 11011 | 101001000 | 1010000 | 101001 |
Color Harmonies of #BB156D
Complementary color
Monochromatic Colors of #BB156D
Black with #BB156D
Text Example
Text Example
White with #BB156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB156D; }
p { color: rgb(187,21,109); }
H1.HeaderClassName
{
color: #BB156D;
}
.AnyTagClassName
{
color: #BB156D;
}
</style>
background-color css
<style>
a { background-color: #BB156D; }
a { background-color: rgb(187,21,109); }
div.DivClassName
{
background-color: #BB156D;
}
.BgClassName
{
background-color: #BB156D;
}
</style>
border-color css
<style>
span { border-color: #BB156D; }
span { border-color: rgb(187,21,109); }
td.TdClassName
{
border-color: #BB156D;
}
.TagClassName
{
border-color: #BB156D;
}
</style>