Shades of Medium Red Violet #BB2997
Tints of Medium Red Violet #BB2997
RGB
CMYK
RGB Variations
Color information
#BB2997 (or 0xBB2997) is known color: Medium Red Violet. HEX triplet: BB, 29 and 97. RGB value is (187,41,151). Sum of RGB (Red+Green+Blue) = 187+41+151=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2997 is #44D668. Grayscale: #606060. Windows color (decimal): -4511337 or 9906619. OLE color: 9906619.
HSL color Cylindrical-coordinate representation of color #BB2997: hue angle of 314.79º 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 #BB2997 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 151 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.27 |
| HSL | 314.79º | 0.64% | 0.45% | - |
| HSV(B) | 314.79º | 0.78% | 0.73% | - |
| XYZ | 26.87 | 14.39 | 30.64 | - |
| YUV | 97.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 151 | 0 | 0.78 | 0.19 | 0.27 | 314.79 | 0.64 | 0.45 |
| Hex | BB | 29 | 97 | 0 | 4E | 13 | 1B | 13B | 40 | 2D |
| Octal | 273 | 51 | 227 | 0 | 116 | 23 | 33 | 473 | 100 | 55 |
| Binary | 10111011 | 101001 | 10010111 | 0 | 1001110 | 10011 | 11011 | 100111011 | 1000000 | 101101 |
Color Harmonies of #BB2997
Complementary color
Monochromatic Colors of #BB2997
Black with #BB2997
Text Example
Text Example
White with #BB2997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2997; }
p { color: rgb(187,41,151); }
H1.HeaderClassName
{
color: #BB2997;
}
.AnyTagClassName
{
color: #BB2997;
}
</style>
background-color css
<style>
a { background-color: #BB2997; }
a { background-color: rgb(187,41,151); }
div.DivClassName
{
background-color: #BB2997;
}
.BgClassName
{
background-color: #BB2997;
}
</style>
border-color css
<style>
span { border-color: #BB2997; }
span { border-color: rgb(187,41,151); }
td.TdClassName
{
border-color: #BB2997;
}
.TagClassName
{
border-color: #BB2997;
}
</style>