Shades of Medium Violet Red #BB1888
Tints of Medium Violet Red #BB1888
RGB
CMYK
RGB Variations
Color information
#BB1888 (or 0xBB1888) is known color: Medium Violet Red. HEX triplet: BB, 18 and 88. RGB value is (187,24,136). Sum of RGB (Red+Green+Blue) = 187+24+136=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1888 is #44E777. Grayscale: #555555. Windows color (decimal): -4515704 or 8919227. OLE color: 8919227.
HSL color Cylindrical-coordinate representation of color #BB1888: hue angle of 318.77º 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 #BB1888 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 136 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.27 |
| HSL | 318.77º | 0.77% | 0.41% | - |
| HSV(B) | 318.77º | 0.87% | 0.73% | - |
| XYZ | 25.26 | 13 | 24.47 | - |
| YUV | 85.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 136 | 0 | 0.87 | 0.27 | 0.27 | 318.77 | 0.77 | 0.41 |
| Hex | BB | 18 | 88 | 0 | 57 | 1B | 1B | 13F | 4D | 29 |
| Octal | 273 | 30 | 210 | 0 | 127 | 33 | 33 | 477 | 115 | 51 |
| Binary | 10111011 | 11000 | 10001000 | 0 | 1010111 | 11011 | 11011 | 100111111 | 1001101 | 101001 |
Color Harmonies of #BB1888
Complementary color
Monochromatic Colors of #BB1888
Black with #BB1888
Text Example
Text Example
White with #BB1888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1888; }
p { color: rgb(187,24,136); }
H1.HeaderClassName
{
color: #BB1888;
}
.AnyTagClassName
{
color: #BB1888;
}
</style>
background-color css
<style>
a { background-color: #BB1888; }
a { background-color: rgb(187,24,136); }
div.DivClassName
{
background-color: #BB1888;
}
.BgClassName
{
background-color: #BB1888;
}
</style>
border-color css
<style>
span { border-color: #BB1888; }
span { border-color: rgb(187,24,136); }
td.TdClassName
{
border-color: #BB1888;
}
.TagClassName
{
border-color: #BB1888;
}
</style>