Shades of Medium Violet Red #BB1788
Tints of Medium Violet Red #BB1788
RGB
CMYK
RGB Variations
Color information
#BB1788 (or 0xBB1788) is known color: Medium Violet Red. HEX triplet: BB, 17 and 88. RGB value is (187,23,136). Sum of RGB (Red+Green+Blue) = 187+23+136=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1788 is #44E877. Grayscale: #545454. Windows color (decimal): -4515960 or 8918971. OLE color: 8918971.
HSL color Cylindrical-coordinate representation of color #BB1788: hue angle of 318.66º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1788 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 136 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.27 |
| HSL | 318.66º | 0.78% | 0.41% | - |
| HSV(B) | 318.66º | 0.88% | 0.73% | - |
| XYZ | 25.24 | 12.96 | 24.46 | - |
| YUV | 84.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 136 | 0 | 0.88 | 0.27 | 0.27 | 318.66 | 0.78 | 0.41 |
| Hex | BB | 17 | 88 | 0 | 58 | 1B | 1B | 13F | 4E | 29 |
| Octal | 273 | 27 | 210 | 0 | 130 | 33 | 33 | 477 | 116 | 51 |
| Binary | 10111011 | 10111 | 10001000 | 0 | 1011000 | 11011 | 11011 | 100111111 | 1001110 | 101001 |
Color Harmonies of #BB1788
Complementary color
Monochromatic Colors of #BB1788
Black with #BB1788
Text Example
Text Example
White with #BB1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1788; }
p { color: rgb(187,23,136); }
H1.HeaderClassName
{
color: #BB1788;
}
.AnyTagClassName
{
color: #BB1788;
}
</style>
background-color css
<style>
a { background-color: #BB1788; }
a { background-color: rgb(187,23,136); }
div.DivClassName
{
background-color: #BB1788;
}
.BgClassName
{
background-color: #BB1788;
}
</style>
border-color css
<style>
span { border-color: #BB1788; }
span { border-color: rgb(187,23,136); }
td.TdClassName
{
border-color: #BB1788;
}
.TagClassName
{
border-color: #BB1788;
}
</style>