Shades of Medium Red Violet #BB296F
Tints of Medium Red Violet #BB296F
RGB
CMYK
RGB Variations
Color information
#BB296F (or 0xBB296F) is known color: Medium Red Violet. HEX triplet: BB, 29 and 6F. RGB value is (187,41,111). Sum of RGB (Red+Green+Blue) = 187+41+111=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB296F is #44D690. Grayscale: #5C5C5C. Windows color (decimal): -4511377 or 7285179. OLE color: 7285179.
HSL color Cylindrical-coordinate representation of color #BB296F: hue angle of 331.23º 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 #BB296F is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 111 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.27 |
| HSL | 331.23º | 0.64% | 0.45% | - |
| HSV(B) | 331.23º | 0.78% | 0.73% | - |
| XYZ | 24.16 | 13.3 | 16.33 | - |
| YUV | 92.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 111 | 0 | 0.78 | 0.41 | 0.27 | 331.23 | 0.64 | 0.45 |
| Hex | BB | 29 | 6F | 0 | 4E | 29 | 1B | 14B | 40 | 2D |
| Octal | 273 | 51 | 157 | 0 | 116 | 51 | 33 | 513 | 100 | 55 |
| Binary | 10111011 | 101001 | 1101111 | 0 | 1001110 | 101001 | 11011 | 101001011 | 1000000 | 101101 |
Color Harmonies of #BB296F
Complementary color
Monochromatic Colors of #BB296F
Black with #BB296F
Text Example
Text Example
White with #BB296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB296F; }
p { color: rgb(187,41,111); }
H1.HeaderClassName
{
color: #BB296F;
}
.AnyTagClassName
{
color: #BB296F;
}
</style>
background-color css
<style>
a { background-color: #BB296F; }
a { background-color: rgb(187,41,111); }
div.DivClassName
{
background-color: #BB296F;
}
.BgClassName
{
background-color: #BB296F;
}
</style>
border-color css
<style>
span { border-color: #BB296F; }
span { border-color: rgb(187,41,111); }
td.TdClassName
{
border-color: #BB296F;
}
.TagClassName
{
border-color: #BB296F;
}
</style>