Shades of Medium Red Violet #BB2979
Tints of Medium Red Violet #BB2979
RGB
CMYK
RGB Variations
Color information
#BB2979 (or 0xBB2979) is known color: Medium Red Violet. HEX triplet: BB, 29 and 79. RGB value is (187,41,121). Sum of RGB (Red+Green+Blue) = 187+41+121=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2979 is #44D686. Grayscale: #5D5D5D. Windows color (decimal): -4511367 or 7940539. OLE color: 7940539.
HSL color Cylindrical-coordinate representation of color #BB2979: hue angle of 327.12º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2979 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 121 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.27 |
| HSL | 327.12º | 0.64% | 0.45% | - |
| HSV(B) | 327.12º | 0.78% | 0.73% | - |
| XYZ | 24.74 | 13.53 | 19.4 | - |
| YUV | 93.77 | 143.37 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 121 | 0 | 0.78 | 0.35 | 0.27 | 327.12 | 0.64 | 0.45 |
| Hex | BB | 29 | 79 | 0 | 4E | 23 | 1B | 147 | 40 | 2D |
| Octal | 273 | 51 | 171 | 0 | 116 | 43 | 33 | 507 | 100 | 55 |
| Binary | 10111011 | 101001 | 1111001 | 0 | 1001110 | 100011 | 11011 | 101000111 | 1000000 | 101101 |
Color Harmonies of #BB2979
Complementary color
Monochromatic Colors of #BB2979
Black with #BB2979
Text Example
Text Example
White with #BB2979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2979; }
p { color: rgb(187,41,121); }
H1.HeaderClassName
{
color: #BB2979;
}
.AnyTagClassName
{
color: #BB2979;
}
</style>
background-color css
<style>
a { background-color: #BB2979; }
a { background-color: rgb(187,41,121); }
div.DivClassName
{
background-color: #BB2979;
}
.BgClassName
{
background-color: #BB2979;
}
</style>
border-color css
<style>
span { border-color: #BB2979; }
span { border-color: rgb(187,41,121); }
td.TdClassName
{
border-color: #BB2979;
}
.TagClassName
{
border-color: #BB2979;
}
</style>