Shades of Medium Red Violet #BB296C
Tints of Medium Red Violet #BB296C
RGB
CMYK
RGB Variations
Color information
#BB296C (or 0xBB296C) is known color: Medium Red Violet. HEX triplet: BB, 29 and 6C. RGB value is (187,41,108). Sum of RGB (Red+Green+Blue) = 187+41+108=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB296C is #44D693. Grayscale: #5C5C5C. Windows color (decimal): -4511380 or 7088571. OLE color: 7088571.
HSL color Cylindrical-coordinate representation of color #BB296C: hue angle of 332.47º 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 #BB296C is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 108 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.27 |
| HSL | 332.47º | 0.64% | 0.45% | - |
| HSV(B) | 332.47º | 0.78% | 0.73% | - |
| XYZ | 23.99 | 13.23 | 15.48 | - |
| YUV | 92.29 | 136.87 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 108 | 0 | 0.78 | 0.42 | 0.27 | 332.47 | 0.64 | 0.45 |
| Hex | BB | 29 | 6C | 0 | 4E | 2A | 1B | 14C | 40 | 2D |
| Octal | 273 | 51 | 154 | 0 | 116 | 52 | 33 | 514 | 100 | 55 |
| Binary | 10111011 | 101001 | 1101100 | 0 | 1001110 | 101010 | 11011 | 101001100 | 1000000 | 101101 |
Color Harmonies of #BB296C
Complementary color
Monochromatic Colors of #BB296C
Black with #BB296C
Text Example
Text Example
White with #BB296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB296C; }
p { color: rgb(187,41,108); }
H1.HeaderClassName
{
color: #BB296C;
}
.AnyTagClassName
{
color: #BB296C;
}
</style>
background-color css
<style>
a { background-color: #BB296C; }
a { background-color: rgb(187,41,108); }
div.DivClassName
{
background-color: #BB296C;
}
.BgClassName
{
background-color: #BB296C;
}
</style>
border-color css
<style>
span { border-color: #BB296C; }
span { border-color: rgb(187,41,108); }
td.TdClassName
{
border-color: #BB296C;
}
.TagClassName
{
border-color: #BB296C;
}
</style>