Shades of Medium Red Violet #BB29A0
Tints of Medium Red Violet #BB29A0
RGB
CMYK
RGB Variations
Color information
#BB29A0 (or 0xBB29A0) is known color: Medium Red Violet. HEX triplet: BB, 29 and A0. RGB value is (187,41,160). Sum of RGB (Red+Green+Blue) = 187+41+160=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB29A0 is #44D65F. Grayscale: #616161. Windows color (decimal): -4511328 or 10496443. OLE color: 10496443.
HSL color Cylindrical-coordinate representation of color #BB29A0: hue angle of 311.1º 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 #BB29A0 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 160 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.27 |
| HSL | 311.1º | 0.64% | 0.45% | - |
| HSV(B) | 311.1º | 0.78% | 0.73% | - |
| XYZ | 27.63 | 14.69 | 34.64 | - |
| YUV | 98.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 160 | 0 | 0.78 | 0.14 | 0.27 | 311.1 | 0.64 | 0.45 |
| Hex | BB | 29 | A0 | 0 | 4E | E | 1B | 137 | 40 | 2D |
| Octal | 273 | 51 | 240 | 0 | 116 | 16 | 33 | 467 | 100 | 55 |
| Binary | 10111011 | 101001 | 10100000 | 0 | 1001110 | 1110 | 11011 | 100110111 | 1000000 | 101101 |
Color Harmonies of #BB29A0
Complementary color
Monochromatic Colors of #BB29A0
Black with #BB29A0
Text Example
Text Example
White with #BB29A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29A0; }
p { color: rgb(187,41,160); }
H1.HeaderClassName
{
color: #BB29A0;
}
.AnyTagClassName
{
color: #BB29A0;
}
</style>
background-color css
<style>
a { background-color: #BB29A0; }
a { background-color: rgb(187,41,160); }
div.DivClassName
{
background-color: #BB29A0;
}
.BgClassName
{
background-color: #BB29A0;
}
</style>
border-color css
<style>
span { border-color: #BB29A0; }
span { border-color: rgb(187,41,160); }
td.TdClassName
{
border-color: #BB29A0;
}
.TagClassName
{
border-color: #BB29A0;
}
</style>