Shades of Medium Red Violet #BB296B
Tints of Medium Red Violet #BB296B
RGB
CMYK
RGB Variations
Color information
#BB296B (or 0xBB296B) is known color: Medium Red Violet. HEX triplet: BB, 29 and 6B. RGB value is (187,41,107). Sum of RGB (Red+Green+Blue) = 187+41+107=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB296B is #44D694. Grayscale: #5C5C5C. Windows color (decimal): -4511381 or 7023035. OLE color: 7023035.
HSL color Cylindrical-coordinate representation of color #BB296B: hue angle of 332.88º 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 #BB296B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 107 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.27 |
| HSL | 332.88º | 0.64% | 0.45% | - |
| HSV(B) | 332.88º | 0.78% | 0.73% | - |
| XYZ | 23.94 | 13.21 | 15.2 | - |
| YUV | 92.18 | 136.37 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 107 | 0 | 0.78 | 0.43 | 0.27 | 332.88 | 0.64 | 0.45 |
| Hex | BB | 29 | 6B | 0 | 4E | 2B | 1B | 14D | 40 | 2D |
| Octal | 273 | 51 | 153 | 0 | 116 | 53 | 33 | 515 | 100 | 55 |
| Binary | 10111011 | 101001 | 1101011 | 0 | 1001110 | 101011 | 11011 | 101001101 | 1000000 | 101101 |
Color Harmonies of #BB296B
Complementary color
Monochromatic Colors of #BB296B
Black with #BB296B
Text Example
Text Example
White with #BB296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB296B; }
p { color: rgb(187,41,107); }
H1.HeaderClassName
{
color: #BB296B;
}
.AnyTagClassName
{
color: #BB296B;
}
</style>
background-color css
<style>
a { background-color: #BB296B; }
a { background-color: rgb(187,41,107); }
div.DivClassName
{
background-color: #BB296B;
}
.BgClassName
{
background-color: #BB296B;
}
</style>
border-color css
<style>
span { border-color: #BB296B; }
span { border-color: rgb(187,41,107); }
td.TdClassName
{
border-color: #BB296B;
}
.TagClassName
{
border-color: #BB296B;
}
</style>