Shades of Medium Red Violet #BB299D
Tints of Medium Red Violet #BB299D
RGB
CMYK
RGB Variations
Color information
#BB299D (or 0xBB299D) is known color: Medium Red Violet. HEX triplet: BB, 29 and 9D. RGB value is (187,41,157). Sum of RGB (Red+Green+Blue) = 187+41+157=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB299D is #44D662. Grayscale: #616161. Windows color (decimal): -4511331 or 10299835. OLE color: 10299835.
HSL color Cylindrical-coordinate representation of color #BB299D: hue angle of 312.33º 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 #BB299D is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 157 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.27 |
| HSL | 312.33º | 0.64% | 0.45% | - |
| HSV(B) | 312.33º | 0.78% | 0.73% | - |
| XYZ | 27.37 | 14.58 | 33.27 | - |
| YUV | 97.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 157 | 0 | 0.78 | 0.16 | 0.27 | 312.33 | 0.64 | 0.45 |
| Hex | BB | 29 | 9D | 0 | 4E | 10 | 1B | 138 | 40 | 2D |
| Octal | 273 | 51 | 235 | 0 | 116 | 20 | 33 | 470 | 100 | 55 |
| Binary | 10111011 | 101001 | 10011101 | 0 | 1001110 | 10000 | 11011 | 100111000 | 1000000 | 101101 |
Color Harmonies of #BB299D
Complementary color
Monochromatic Colors of #BB299D
Black with #BB299D
Text Example
Text Example
White with #BB299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB299D; }
p { color: rgb(187,41,157); }
H1.HeaderClassName
{
color: #BB299D;
}
.AnyTagClassName
{
color: #BB299D;
}
</style>
background-color css
<style>
a { background-color: #BB299D; }
a { background-color: rgb(187,41,157); }
div.DivClassName
{
background-color: #BB299D;
}
.BgClassName
{
background-color: #BB299D;
}
</style>
border-color css
<style>
span { border-color: #BB299D; }
span { border-color: rgb(187,41,157); }
td.TdClassName
{
border-color: #BB299D;
}
.TagClassName
{
border-color: #BB299D;
}
</style>