Shades of Medium Violet Red #BB0079
Tints of Medium Violet Red #BB0079
RGB
CMYK
RGB Variations
Color information
#BB0079 (or 0xBB0079) is known color: Medium Violet Red. HEX triplet: BB, 00 and 79. RGB value is (187,0,121). Sum of RGB (Red+Green+Blue) = 187+0+121=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0079 is #44FF86. Grayscale: #454545. Windows color (decimal): -4521863 or 7930043. OLE color: 7930043.
HSL color Cylindrical-coordinate representation of color #BB0079: hue angle of 321.18º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0079 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.35 | 0.27 |
| HSL | 321.18º | 1% | 0.37% | - |
| HSV(B) | 321.18º | 1% | 0.73% | - |
| XYZ | 23.94 | 11.95 | 19.13 | - |
| YUV | 69.71 | 156.95 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 121 | 0 | 1 | 0.35 | 0.27 | 321.18 | 1 | 0.37 |
| Hex | BB | 0 | 79 | 0 | 64 | 23 | 1B | 141 | 64 | 25 |
| Octal | 273 | 0 | 171 | 0 | 144 | 43 | 33 | 501 | 144 | 45 |
| Binary | 10111011 | 0 | 1111001 | 0 | 1100100 | 100011 | 11011 | 101000001 | 1100100 | 100101 |
Color Harmonies of #BB0079
Complementary color
Monochromatic Colors of #BB0079
Black with #BB0079
Text Example
Text Example
White with #BB0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0079; }
p { color: rgb(187,0,121); }
H1.HeaderClassName
{
color: #BB0079;
}
.AnyTagClassName
{
color: #BB0079;
}
</style>
background-color css
<style>
a { background-color: #BB0079; }
a { background-color: rgb(187,0,121); }
div.DivClassName
{
background-color: #BB0079;
}
.BgClassName
{
background-color: #BB0079;
}
</style>
border-color css
<style>
span { border-color: #BB0079; }
span { border-color: rgb(187,0,121); }
td.TdClassName
{
border-color: #BB0079;
}
.TagClassName
{
border-color: #BB0079;
}
</style>