Shades of Medium Violet Red #BB159B
Tints of Medium Violet Red #BB159B
RGB
CMYK
RGB Variations
Color information
#BB159B (or 0xBB159B) is known color: Medium Violet Red. HEX triplet: BB, 15 and 9B. RGB value is (187,21,155). Sum of RGB (Red+Green+Blue) = 187+21+155=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB159B is #44EA64. Grayscale: #555555. Windows color (decimal): -4516453 or 10163643. OLE color: 10163643.
HSL color Cylindrical-coordinate representation of color #BB159B: hue angle of 311.57º 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 #BB159B is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 155 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.27 |
| HSL | 311.57º | 0.8% | 0.41% | - |
| HSV(B) | 311.57º | 0.89% | 0.73% | - |
| XYZ | 26.68 | 13.47 | 32.2 | - |
| YUV | 85.91 | 167 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 155 | 0 | 0.89 | 0.17 | 0.27 | 311.57 | 0.8 | 0.41 |
| Hex | BB | 15 | 9B | 0 | 59 | 11 | 1B | 138 | 50 | 29 |
| Octal | 273 | 25 | 233 | 0 | 131 | 21 | 33 | 470 | 120 | 51 |
| Binary | 10111011 | 10101 | 10011011 | 0 | 1011001 | 10001 | 11011 | 100111000 | 1010000 | 101001 |
Color Harmonies of #BB159B
Complementary color
Monochromatic Colors of #BB159B
Black with #BB159B
Text Example
Text Example
White with #BB159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB159B; }
p { color: rgb(187,21,155); }
H1.HeaderClassName
{
color: #BB159B;
}
.AnyTagClassName
{
color: #BB159B;
}
</style>
background-color css
<style>
a { background-color: #BB159B; }
a { background-color: rgb(187,21,155); }
div.DivClassName
{
background-color: #BB159B;
}
.BgClassName
{
background-color: #BB159B;
}
</style>
border-color css
<style>
span { border-color: #BB159B; }
span { border-color: rgb(187,21,155); }
td.TdClassName
{
border-color: #BB159B;
}
.TagClassName
{
border-color: #BB159B;
}
</style>