Shades of Medium Red Violet #BB2995
Tints of Medium Red Violet #BB2995
RGB
CMYK
RGB Variations
Color information
#BB2995 (or 0xBB2995) is known color: Medium Red Violet. HEX triplet: BB, 29 and 95. RGB value is (187,41,149). Sum of RGB (Red+Green+Blue) = 187+41+149=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2995 is #44D66A. Grayscale: #606060. Windows color (decimal): -4511339 or 9775547. OLE color: 9775547.
HSL color Cylindrical-coordinate representation of color #BB2995: hue angle of 315.62º 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 #BB2995 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 149 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.27 |
| HSL | 315.62º | 0.64% | 0.45% | - |
| HSV(B) | 315.62º | 0.78% | 0.73% | - |
| XYZ | 26.71 | 14.32 | 29.79 | - |
| YUV | 96.97 | 157.37 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 149 | 0 | 0.78 | 0.20 | 0.27 | 315.62 | 0.64 | 0.45 |
| Hex | BB | 29 | 95 | 0 | 4E | 14 | 1B | 13C | 40 | 2D |
| Octal | 273 | 51 | 225 | 0 | 116 | 24 | 33 | 474 | 100 | 55 |
| Binary | 10111011 | 101001 | 10010101 | 0 | 1001110 | 10100 | 11011 | 100111100 | 1000000 | 101101 |
Color Harmonies of #BB2995
Complementary color
Monochromatic Colors of #BB2995
Black with #BB2995
Text Example
Text Example
White with #BB2995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2995; }
p { color: rgb(187,41,149); }
H1.HeaderClassName
{
color: #BB2995;
}
.AnyTagClassName
{
color: #BB2995;
}
</style>
background-color css
<style>
a { background-color: #BB2995; }
a { background-color: rgb(187,41,149); }
div.DivClassName
{
background-color: #BB2995;
}
.BgClassName
{
background-color: #BB2995;
}
</style>
border-color css
<style>
span { border-color: #BB2995; }
span { border-color: rgb(187,41,149); }
td.TdClassName
{
border-color: #BB2995;
}
.TagClassName
{
border-color: #BB2995;
}
</style>