Shades of Medium Red Violet #BB29AB
Tints of Medium Red Violet #BB29AB
RGB
CMYK
RGB Variations
Color information
#BB29AB (or 0xBB29AB) is known color: Medium Red Violet. HEX triplet: BB, 29 and AB. RGB value is (187,41,171). Sum of RGB (Red+Green+Blue) = 187+41+171=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB29AB is #44D654. Grayscale: #636363. Windows color (decimal): -4511317 or 11217339. OLE color: 11217339.
HSL color Cylindrical-coordinate representation of color #BB29AB: hue angle of 306.58º 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 #BB29AB is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 171 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.27 |
| HSL | 306.58º | 0.64% | 0.45% | - |
| HSV(B) | 306.58º | 0.78% | 0.73% | - |
| XYZ | 28.64 | 15.09 | 39.93 | - |
| YUV | 99.47 | 168.37 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 171 | 0 | 0.78 | 0.09 | 0.27 | 306.58 | 0.64 | 0.45 |
| Hex | BB | 29 | AB | 0 | 4E | 9 | 1B | 133 | 40 | 2D |
| Octal | 273 | 51 | 253 | 0 | 116 | 11 | 33 | 463 | 100 | 55 |
| Binary | 10111011 | 101001 | 10101011 | 0 | 1001110 | 1001 | 11011 | 100110011 | 1000000 | 101101 |
Color Harmonies of #BB29AB
Complementary color
Monochromatic Colors of #BB29AB
Black with #BB29AB
Text Example
Text Example
White with #BB29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29AB; }
p { color: rgb(187,41,171); }
H1.HeaderClassName
{
color: #BB29AB;
}
.AnyTagClassName
{
color: #BB29AB;
}
</style>
background-color css
<style>
a { background-color: #BB29AB; }
a { background-color: rgb(187,41,171); }
div.DivClassName
{
background-color: #BB29AB;
}
.BgClassName
{
background-color: #BB29AB;
}
</style>
border-color css
<style>
span { border-color: #BB29AB; }
span { border-color: rgb(187,41,171); }
td.TdClassName
{
border-color: #BB29AB;
}
.TagClassName
{
border-color: #BB29AB;
}
</style>