Shades of Medium Violet Red #BB158E
Tints of Medium Violet Red #BB158E
RGB
CMYK
RGB Variations
Color information
#BB158E (or 0xBB158E) is known color: Medium Violet Red. HEX triplet: BB, 15 and 8E. RGB value is (187,21,142). Sum of RGB (Red+Green+Blue) = 187+21+142=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB158E is #44EA71. Grayscale: #545454. Windows color (decimal): -4516466 or 9311675. OLE color: 9311675.
HSL color Cylindrical-coordinate representation of color #BB158E: hue angle of 316.27º 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 #BB158E is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 142 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.27 |
| HSL | 316.27º | 0.8% | 0.41% | - |
| HSV(B) | 316.27º | 0.89% | 0.73% | - |
| XYZ | 25.64 | 13.05 | 26.76 | - |
| YUV | 84.43 | 160.5 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 142 | 0 | 0.89 | 0.24 | 0.27 | 316.27 | 0.8 | 0.41 |
| Hex | BB | 15 | 8E | 0 | 59 | 18 | 1B | 13C | 50 | 29 |
| Octal | 273 | 25 | 216 | 0 | 131 | 30 | 33 | 474 | 120 | 51 |
| Binary | 10111011 | 10101 | 10001110 | 0 | 1011001 | 11000 | 11011 | 100111100 | 1010000 | 101001 |
Color Harmonies of #BB158E
Complementary color
Monochromatic Colors of #BB158E
Black with #BB158E
Text Example
Text Example
White with #BB158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB158E; }
p { color: rgb(187,21,142); }
H1.HeaderClassName
{
color: #BB158E;
}
.AnyTagClassName
{
color: #BB158E;
}
</style>
background-color css
<style>
a { background-color: #BB158E; }
a { background-color: rgb(187,21,142); }
div.DivClassName
{
background-color: #BB158E;
}
.BgClassName
{
background-color: #BB158E;
}
</style>
border-color css
<style>
span { border-color: #BB158E; }
span { border-color: rgb(187,21,142); }
td.TdClassName
{
border-color: #BB158E;
}
.TagClassName
{
border-color: #BB158E;
}
</style>