Shades of Medium Red Violet #BC29AA
Tints of Medium Red Violet #BC29AA
RGB
CMYK
RGB Variations
Color information
#BC29AA (or 0xBC29AA) is known color: Medium Red Violet. HEX triplet: BC, 29 and AA. RGB value is (188,41,170). Sum of RGB (Red+Green+Blue) = 188+41+170=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC29AA is #43D655. Grayscale: #636363. Windows color (decimal): -4445782 or 11151804. OLE color: 11151804.
HSL color Cylindrical-coordinate representation of color #BC29AA: hue angle of 307.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC29AA is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 170 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.26 |
| HSL | 307.35º | 0.64% | 0.45% | - |
| HSV(B) | 307.35º | 0.78% | 0.74% | - |
| XYZ | 28.79 | 15.18 | 39.44 | - |
| YUV | 99.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 170 | 0 | 0.78 | 0.10 | 0.26 | 307.35 | 0.64 | 0.45 |
| Hex | BC | 29 | AA | 0 | 4E | A | 1A | 133 | 40 | 2D |
| Octal | 274 | 51 | 252 | 0 | 116 | 12 | 32 | 463 | 100 | 55 |
| Binary | 10111100 | 101001 | 10101010 | 0 | 1001110 | 1010 | 11010 | 100110011 | 1000000 | 101101 |
Color Harmonies of #BC29AA
Complementary color
Monochromatic Colors of #BC29AA
Black with #BC29AA
Text Example
Text Example
White with #BC29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29AA; }
p { color: rgb(188,41,170); }
H1.HeaderClassName
{
color: #BC29AA;
}
.AnyTagClassName
{
color: #BC29AA;
}
</style>
background-color css
<style>
a { background-color: #BC29AA; }
a { background-color: rgb(188,41,170); }
div.DivClassName
{
background-color: #BC29AA;
}
.BgClassName
{
background-color: #BC29AA;
}
</style>
border-color css
<style>
span { border-color: #BC29AA; }
span { border-color: rgb(188,41,170); }
td.TdClassName
{
border-color: #BC29AA;
}
.TagClassName
{
border-color: #BC29AA;
}
</style>