Shades of Medium Violet Red #BB156F
Tints of Medium Violet Red #BB156F
RGB
CMYK
RGB Variations
Color information
#BB156F (or 0xBB156F) is known color: Medium Violet Red. HEX triplet: BB, 15 and 6F. RGB value is (187,21,111). Sum of RGB (Red+Green+Blue) = 187+21+111=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB156F is #44EA90. Grayscale: #505050. Windows color (decimal): -4516497 or 7280059. OLE color: 7280059.
HSL color Cylindrical-coordinate representation of color #BB156F: hue angle of 327.47º 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 #BB156F is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 111 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.27 |
| HSL | 327.47º | 0.8% | 0.41% | - |
| HSV(B) | 327.47º | 0.89% | 0.73% | - |
| XYZ | 23.63 | 12.25 | 16.16 | - |
| YUV | 80.89 | 145 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 111 | 0 | 0.89 | 0.41 | 0.27 | 327.47 | 0.8 | 0.41 |
| Hex | BB | 15 | 6F | 0 | 59 | 29 | 1B | 147 | 50 | 29 |
| Octal | 273 | 25 | 157 | 0 | 131 | 51 | 33 | 507 | 120 | 51 |
| Binary | 10111011 | 10101 | 1101111 | 0 | 1011001 | 101001 | 11011 | 101000111 | 1010000 | 101001 |
Color Harmonies of #BB156F
Complementary color
Monochromatic Colors of #BB156F
Black with #BB156F
Text Example
Text Example
White with #BB156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB156F; }
p { color: rgb(187,21,111); }
H1.HeaderClassName
{
color: #BB156F;
}
.AnyTagClassName
{
color: #BB156F;
}
</style>
background-color css
<style>
a { background-color: #BB156F; }
a { background-color: rgb(187,21,111); }
div.DivClassName
{
background-color: #BB156F;
}
.BgClassName
{
background-color: #BB156F;
}
</style>
border-color css
<style>
span { border-color: #BB156F; }
span { border-color: rgb(187,21,111); }
td.TdClassName
{
border-color: #BB156F;
}
.TagClassName
{
border-color: #BB156F;
}
</style>