Shades of Medium Red Violet #BB29AA
Tints of Medium Red Violet #BB29AA
RGB
CMYK
RGB Variations
Color information
#BB29AA (or 0xBB29AA) is known color: Medium Red Violet. HEX triplet: BB, 29 and AA. RGB value is (187,41,170). Sum of RGB (Red+Green+Blue) = 187+41+170=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB29AA is #44D655. Grayscale: #626262. Windows color (decimal): -4511318 or 11151803. OLE color: 11151803.
HSL color Cylindrical-coordinate representation of color #BB29AA: hue angle of 306.99º 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 #BB29AA is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 170 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.27 |
| HSL | 306.99º | 0.64% | 0.45% | - |
| HSV(B) | 306.99º | 0.78% | 0.73% | - |
| XYZ | 28.54 | 15.05 | 39.43 | - |
| YUV | 99.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 170 | 0 | 0.78 | 0.09 | 0.27 | 306.99 | 0.64 | 0.45 |
| Hex | BB | 29 | AA | 0 | 4E | 9 | 1B | 133 | 40 | 2D |
| Octal | 273 | 51 | 252 | 0 | 116 | 11 | 33 | 463 | 100 | 55 |
| Binary | 10111011 | 101001 | 10101010 | 0 | 1001110 | 1001 | 11011 | 100110011 | 1000000 | 101101 |
Color Harmonies of #BB29AA
Complementary color
Monochromatic Colors of #BB29AA
Black with #BB29AA
Text Example
Text Example
White with #BB29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29AA; }
p { color: rgb(187,41,170); }
H1.HeaderClassName
{
color: #BB29AA;
}
.AnyTagClassName
{
color: #BB29AA;
}
</style>
background-color css
<style>
a { background-color: #BB29AA; }
a { background-color: rgb(187,41,170); }
div.DivClassName
{
background-color: #BB29AA;
}
.BgClassName
{
background-color: #BB29AA;
}
</style>
border-color css
<style>
span { border-color: #BB29AA; }
span { border-color: rgb(187,41,170); }
td.TdClassName
{
border-color: #BB29AA;
}
.TagClassName
{
border-color: #BB29AA;
}
</style>