Shades of Medium Violet Red #BB188D
Tints of Medium Violet Red #BB188D
RGB
CMYK
RGB Variations
Color information
#BB188D (or 0xBB188D) is known color: Medium Violet Red. HEX triplet: BB, 18 and 8D. RGB value is (187,24,141). Sum of RGB (Red+Green+Blue) = 187+24+141=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB188D is #44E772. Grayscale: #555555. Windows color (decimal): -4515699 or 9246907. OLE color: 9246907.
HSL color Cylindrical-coordinate representation of color #BB188D: hue angle of 316.93º 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 #BB188D is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 141 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.27 |
| HSL | 316.93º | 0.77% | 0.41% | - |
| HSV(B) | 316.93º | 0.87% | 0.73% | - |
| XYZ | 25.63 | 13.14 | 26.39 | - |
| YUV | 86.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 141 | 0 | 0.87 | 0.25 | 0.27 | 316.93 | 0.77 | 0.41 |
| Hex | BB | 18 | 8D | 0 | 57 | 19 | 1B | 13D | 4D | 29 |
| Octal | 273 | 30 | 215 | 0 | 127 | 31 | 33 | 475 | 115 | 51 |
| Binary | 10111011 | 11000 | 10001101 | 0 | 1010111 | 11001 | 11011 | 100111101 | 1001101 | 101001 |
Color Harmonies of #BB188D
Complementary color
Monochromatic Colors of #BB188D
Black with #BB188D
Text Example
Text Example
White with #BB188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB188D; }
p { color: rgb(187,24,141); }
H1.HeaderClassName
{
color: #BB188D;
}
.AnyTagClassName
{
color: #BB188D;
}
</style>
background-color css
<style>
a { background-color: #BB188D; }
a { background-color: rgb(187,24,141); }
div.DivClassName
{
background-color: #BB188D;
}
.BgClassName
{
background-color: #BB188D;
}
</style>
border-color css
<style>
span { border-color: #BB188D; }
span { border-color: rgb(187,24,141); }
td.TdClassName
{
border-color: #BB188D;
}
.TagClassName
{
border-color: #BB188D;
}
</style>