Shades of Medium Violet Red #BB1780
Tints of Medium Violet Red #BB1780
RGB
CMYK
RGB Variations
Color information
#BB1780 (or 0xBB1780) is known color: Medium Violet Red. HEX triplet: BB, 17 and 80. RGB value is (187,23,128). Sum of RGB (Red+Green+Blue) = 187+23+128=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1780 is #44E87F. Grayscale: #535353. Windows color (decimal): -4515968 or 8394683. OLE color: 8394683.
HSL color Cylindrical-coordinate representation of color #BB1780: hue angle of 321.59º 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 #BB1780 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 128 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.27 |
| HSL | 321.59º | 0.78% | 0.41% | - |
| HSV(B) | 321.59º | 0.88% | 0.73% | - |
| XYZ | 24.7 | 12.74 | 21.58 | - |
| YUV | 84.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 128 | 0 | 0.88 | 0.32 | 0.27 | 321.59 | 0.78 | 0.41 |
| Hex | BB | 17 | 80 | 0 | 58 | 20 | 1B | 142 | 4E | 29 |
| Octal | 273 | 27 | 200 | 0 | 130 | 40 | 33 | 502 | 116 | 51 |
| Binary | 10111011 | 10111 | 10000000 | 0 | 1011000 | 100000 | 11011 | 101000010 | 1001110 | 101001 |
Color Harmonies of #BB1780
Complementary color
Monochromatic Colors of #BB1780
Black with #BB1780
Text Example
Text Example
White with #BB1780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1780; }
p { color: rgb(187,23,128); }
H1.HeaderClassName
{
color: #BB1780;
}
.AnyTagClassName
{
color: #BB1780;
}
</style>
background-color css
<style>
a { background-color: #BB1780; }
a { background-color: rgb(187,23,128); }
div.DivClassName
{
background-color: #BB1780;
}
.BgClassName
{
background-color: #BB1780;
}
</style>
border-color css
<style>
span { border-color: #BB1780; }
span { border-color: rgb(187,23,128); }
td.TdClassName
{
border-color: #BB1780;
}
.TagClassName
{
border-color: #BB1780;
}
</style>