Shades of Medium Violet Red #BB1979
Tints of Medium Violet Red #BB1979
RGB
CMYK
RGB Variations
Color information
#BB1979 (or 0xBB1979) is known color: Medium Violet Red. HEX triplet: BB, 19 and 79. RGB value is (187,25,121). Sum of RGB (Red+Green+Blue) = 187+25+121=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1979 is #44E686. Grayscale: #545454. Windows color (decimal): -4515463 or 7936443. OLE color: 7936443.
HSL color Cylindrical-coordinate representation of color #BB1979: hue angle of 324.44º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1979 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 121 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.27 |
| HSL | 324.44º | 0.76% | 0.42% | - |
| HSV(B) | 324.44º | 0.87% | 0.73% | - |
| XYZ | 24.29 | 12.64 | 19.25 | - |
| YUV | 84.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 121 | 0 | 0.87 | 0.35 | 0.27 | 324.44 | 0.76 | 0.42 |
| Hex | BB | 19 | 79 | 0 | 57 | 23 | 1B | 144 | 4C | 2A |
| Octal | 273 | 31 | 171 | 0 | 127 | 43 | 33 | 504 | 114 | 52 |
| Binary | 10111011 | 11001 | 1111001 | 0 | 1010111 | 100011 | 11011 | 101000100 | 1001100 | 101010 |
Color Harmonies of #BB1979
Complementary color
Monochromatic Colors of #BB1979
Black with #BB1979
Text Example
Text Example
White with #BB1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1979; }
p { color: rgb(187,25,121); }
H1.HeaderClassName
{
color: #BB1979;
}
.AnyTagClassName
{
color: #BB1979;
}
</style>
background-color css
<style>
a { background-color: #BB1979; }
a { background-color: rgb(187,25,121); }
div.DivClassName
{
background-color: #BB1979;
}
.BgClassName
{
background-color: #BB1979;
}
</style>
border-color css
<style>
span { border-color: #BB1979; }
span { border-color: rgb(187,25,121); }
td.TdClassName
{
border-color: #BB1979;
}
.TagClassName
{
border-color: #BB1979;
}
</style>