Shades of Medium Violet Red #BB188E
Tints of Medium Violet Red #BB188E
RGB
CMYK
RGB Variations
Color information
#BB188E (or 0xBB188E) is known color: Medium Violet Red. HEX triplet: BB, 18 and 8E. RGB value is (187,24,142). Sum of RGB (Red+Green+Blue) = 187+24+142=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB188E is #44E771. Grayscale: #555555. Windows color (decimal): -4515698 or 9312443. OLE color: 9312443.
HSL color Cylindrical-coordinate representation of color #BB188E: hue angle of 316.56º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB188E is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 142 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.27 |
| HSL | 316.56º | 0.77% | 0.41% | - |
| HSV(B) | 316.56º | 0.87% | 0.73% | - |
| XYZ | 25.7 | 13.17 | 26.78 | - |
| YUV | 86.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 142 | 0 | 0.87 | 0.24 | 0.27 | 316.56 | 0.77 | 0.41 |
| Hex | BB | 18 | 8E | 0 | 57 | 18 | 1B | 13D | 4D | 29 |
| Octal | 273 | 30 | 216 | 0 | 127 | 30 | 33 | 475 | 115 | 51 |
| Binary | 10111011 | 11000 | 10001110 | 0 | 1010111 | 11000 | 11011 | 100111101 | 1001101 | 101001 |
Color Harmonies of #BB188E
Complementary color
Monochromatic Colors of #BB188E
Black with #BB188E
Text Example
Text Example
White with #BB188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB188E; }
p { color: rgb(187,24,142); }
H1.HeaderClassName
{
color: #BB188E;
}
.AnyTagClassName
{
color: #BB188E;
}
</style>
background-color css
<style>
a { background-color: #BB188E; }
a { background-color: rgb(187,24,142); }
div.DivClassName
{
background-color: #BB188E;
}
.BgClassName
{
background-color: #BB188E;
}
</style>
border-color css
<style>
span { border-color: #BB188E; }
span { border-color: rgb(187,24,142); }
td.TdClassName
{
border-color: #BB188E;
}
.TagClassName
{
border-color: #BB188E;
}
</style>