Shades of Medium Red Violet #BB3179
Tints of Medium Red Violet #BB3179
RGB
CMYK
RGB Variations
Color information
#BB3179 (or 0xBB3179) is known color: Medium Red Violet. HEX triplet: BB, 31 and 79. RGB value is (187,49,121). Sum of RGB (Red+Green+Blue) = 187+49+121=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3179 is #44CE86. Grayscale: #626262. Windows color (decimal): -4509319 or 7942587. OLE color: 7942587.
HSL color Cylindrical-coordinate representation of color #BB3179: hue angle of 328.7º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3179 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 121 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.27 |
| HSL | 328.7º | 0.58% | 0.46% | - |
| HSV(B) | 328.7º | 0.74% | 0.73% | - |
| XYZ | 25.04 | 14.14 | 19.5 | - |
| YUV | 98.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 121 | 0 | 0.74 | 0.35 | 0.27 | 328.7 | 0.58 | 0.46 |
| Hex | BB | 31 | 79 | 0 | 4A | 23 | 1B | 149 | 3A | 2E |
| Octal | 273 | 61 | 171 | 0 | 112 | 43 | 33 | 511 | 72 | 56 |
| Binary | 10111011 | 110001 | 1111001 | 0 | 1001010 | 100011 | 11011 | 101001001 | 111010 | 101110 |
Color Harmonies of #BB3179
Complementary color
Monochromatic Colors of #BB3179
Black with #BB3179
Text Example
Text Example
White with #BB3179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3179; }
p { color: rgb(187,49,121); }
H1.HeaderClassName
{
color: #BB3179;
}
.AnyTagClassName
{
color: #BB3179;
}
</style>
background-color css
<style>
a { background-color: #BB3179; }
a { background-color: rgb(187,49,121); }
div.DivClassName
{
background-color: #BB3179;
}
.BgClassName
{
background-color: #BB3179;
}
</style>
border-color css
<style>
span { border-color: #BB3179; }
span { border-color: rgb(187,49,121); }
td.TdClassName
{
border-color: #BB3179;
}
.TagClassName
{
border-color: #BB3179;
}
</style>