Shades of Medium Red Violet #BB29A2
Tints of Medium Red Violet #BB29A2
RGB
CMYK
RGB Variations
Color information
#BB29A2 (or 0xBB29A2) is known color: Medium Red Violet. HEX triplet: BB, 29 and A2. RGB value is (187,41,162). Sum of RGB (Red+Green+Blue) = 187+41+162=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB29A2 is #44D65D. Grayscale: #626262. Windows color (decimal): -4511326 or 10627515. OLE color: 10627515.
HSL color Cylindrical-coordinate representation of color #BB29A2: hue angle of 310.27º 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 #BB29A2 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 162 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.27 |
| HSL | 310.27º | 0.64% | 0.45% | - |
| HSV(B) | 310.27º | 0.78% | 0.73% | - |
| XYZ | 27.81 | 14.76 | 35.57 | - |
| YUV | 98.45 | 163.87 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 162 | 0 | 0.78 | 0.13 | 0.27 | 310.27 | 0.64 | 0.45 |
| Hex | BB | 29 | A2 | 0 | 4E | D | 1B | 136 | 40 | 2D |
| Octal | 273 | 51 | 242 | 0 | 116 | 15 | 33 | 466 | 100 | 55 |
| Binary | 10111011 | 101001 | 10100010 | 0 | 1001110 | 1101 | 11011 | 100110110 | 1000000 | 101101 |
Color Harmonies of #BB29A2
Complementary color
Monochromatic Colors of #BB29A2
Black with #BB29A2
Text Example
Text Example
White with #BB29A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29A2; }
p { color: rgb(187,41,162); }
H1.HeaderClassName
{
color: #BB29A2;
}
.AnyTagClassName
{
color: #BB29A2;
}
</style>
background-color css
<style>
a { background-color: #BB29A2; }
a { background-color: rgb(187,41,162); }
div.DivClassName
{
background-color: #BB29A2;
}
.BgClassName
{
background-color: #BB29A2;
}
</style>
border-color css
<style>
span { border-color: #BB29A2; }
span { border-color: rgb(187,41,162); }
td.TdClassName
{
border-color: #BB29A2;
}
.TagClassName
{
border-color: #BB29A2;
}
</style>