Shades of Medium Violet Red #BB1576
Tints of Medium Violet Red #BB1576
RGB
CMYK
RGB Variations
Color information
#BB1576 (or 0xBB1576) is known color: Medium Violet Red. HEX triplet: BB, 15 and 76. RGB value is (187,21,118). Sum of RGB (Red+Green+Blue) = 187+21+118=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1576 is #44EA89. Grayscale: #515151. Windows color (decimal): -4516490 or 7738811. OLE color: 7738811.
HSL color Cylindrical-coordinate representation of color #BB1576: hue angle of 324.94º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1576 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 118 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.27 |
| HSL | 324.94º | 0.8% | 0.41% | - |
| HSV(B) | 324.94º | 0.89% | 0.73% | - |
| XYZ | 24.03 | 12.41 | 18.27 | - |
| YUV | 81.69 | 148.5 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 118 | 0 | 0.89 | 0.37 | 0.27 | 324.94 | 0.8 | 0.41 |
| Hex | BB | 15 | 76 | 0 | 59 | 25 | 1B | 145 | 50 | 29 |
| Octal | 273 | 25 | 166 | 0 | 131 | 45 | 33 | 505 | 120 | 51 |
| Binary | 10111011 | 10101 | 1110110 | 0 | 1011001 | 100101 | 11011 | 101000101 | 1010000 | 101001 |
Color Harmonies of #BB1576
Complementary color
Monochromatic Colors of #BB1576
Black with #BB1576
Text Example
Text Example
White with #BB1576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1576; }
p { color: rgb(187,21,118); }
H1.HeaderClassName
{
color: #BB1576;
}
.AnyTagClassName
{
color: #BB1576;
}
</style>
background-color css
<style>
a { background-color: #BB1576; }
a { background-color: rgb(187,21,118); }
div.DivClassName
{
background-color: #BB1576;
}
.BgClassName
{
background-color: #BB1576;
}
</style>
border-color css
<style>
span { border-color: #BB1576; }
span { border-color: rgb(187,21,118); }
td.TdClassName
{
border-color: #BB1576;
}
.TagClassName
{
border-color: #BB1576;
}
</style>