Shades of Medium Violet Red #BB148E
Tints of Medium Violet Red #BB148E
RGB
CMYK
RGB Variations
Color information
#BB148E (or 0xBB148E) is known color: Medium Violet Red. HEX triplet: BB, 14 and 8E. RGB value is (187,20,142). Sum of RGB (Red+Green+Blue) = 187+20+142=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB148E is #44EB71. Grayscale: #535353. Windows color (decimal): -4516722 or 9311419. OLE color: 9311419.
HSL color Cylindrical-coordinate representation of color #BB148E: hue angle of 316.17º degrees, saturation: 0.81, 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 #BB148E is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 142 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.27 |
| HSL | 316.17º | 0.81% | 0.41% | - |
| HSV(B) | 316.17º | 0.89% | 0.73% | - |
| XYZ | 25.63 | 13.02 | 26.75 | - |
| YUV | 83.84 | 160.83 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 142 | 0 | 0.89 | 0.24 | 0.27 | 316.17 | 0.81 | 0.41 |
| Hex | BB | 14 | 8E | 0 | 59 | 18 | 1B | 13C | 51 | 29 |
| Octal | 273 | 24 | 216 | 0 | 131 | 30 | 33 | 474 | 121 | 51 |
| Binary | 10111011 | 10100 | 10001110 | 0 | 1011001 | 11000 | 11011 | 100111100 | 1010001 | 101001 |
Color Harmonies of #BB148E
Complementary color
Monochromatic Colors of #BB148E
Black with #BB148E
Text Example
Text Example
White with #BB148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB148E; }
p { color: rgb(187,20,142); }
H1.HeaderClassName
{
color: #BB148E;
}
.AnyTagClassName
{
color: #BB148E;
}
</style>
background-color css
<style>
a { background-color: #BB148E; }
a { background-color: rgb(187,20,142); }
div.DivClassName
{
background-color: #BB148E;
}
.BgClassName
{
background-color: #BB148E;
}
</style>
border-color css
<style>
span { border-color: #BB148E; }
span { border-color: rgb(187,20,142); }
td.TdClassName
{
border-color: #BB148E;
}
.TagClassName
{
border-color: #BB148E;
}
</style>