Shades of Medium Violet Red #BB2176
Tints of Medium Violet Red #BB2176
RGB
CMYK
RGB Variations
Color information
#BB2176 (or 0xBB2176) is known color: Medium Violet Red. HEX triplet: BB, 21 and 76. RGB value is (187,33,118). Sum of RGB (Red+Green+Blue) = 187+33+118=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2176 is #44DE89. Grayscale: #585858. Windows color (decimal): -4513418 or 7741883. OLE color: 7741883.
HSL color Cylindrical-coordinate representation of color #BB2176: hue angle of 326.88º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2176 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 118 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.27 |
| HSL | 326.88º | 0.7% | 0.43% | - |
| HSV(B) | 326.88º | 0.82% | 0.73% | - |
| XYZ | 24.31 | 12.96 | 18.36 | - |
| YUV | 88.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 118 | 0 | 0.82 | 0.37 | 0.27 | 326.88 | 0.7 | 0.43 |
| Hex | BB | 21 | 76 | 0 | 52 | 25 | 1B | 147 | 46 | 2B |
| Octal | 273 | 41 | 166 | 0 | 122 | 45 | 33 | 507 | 106 | 53 |
| Binary | 10111011 | 100001 | 1110110 | 0 | 1010010 | 100101 | 11011 | 101000111 | 1000110 | 101011 |
Color Harmonies of #BB2176
Complementary color
Monochromatic Colors of #BB2176
Black with #BB2176
Text Example
Text Example
White with #BB2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2176; }
p { color: rgb(187,33,118); }
H1.HeaderClassName
{
color: #BB2176;
}
.AnyTagClassName
{
color: #BB2176;
}
</style>
background-color css
<style>
a { background-color: #BB2176; }
a { background-color: rgb(187,33,118); }
div.DivClassName
{
background-color: #BB2176;
}
.BgClassName
{
background-color: #BB2176;
}
</style>
border-color css
<style>
span { border-color: #BB2176; }
span { border-color: rgb(187,33,118); }
td.TdClassName
{
border-color: #BB2176;
}
.TagClassName
{
border-color: #BB2176;
}
</style>