Shades of Medium Red Violet #BD29AC
Tints of Medium Red Violet #BD29AC
RGB
CMYK
RGB Variations
Color information
#BD29AC (or 0xBD29AC) is known color: Medium Red Violet. HEX triplet: BD, 29 and AC. RGB value is (189,41,172). Sum of RGB (Red+Green+Blue) = 189+41+172=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD29AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD29AC is #42D653. Grayscale: #636363. Windows color (decimal): -4380244 or 11282877. OLE color: 11282877.
HSL color Cylindrical-coordinate representation of color #BD29AC: hue angle of 306.89º 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 #BD29AC is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 172 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.26 |
| HSL | 306.89º | 0.64% | 0.45% | - |
| HSV(B) | 306.89º | 0.78% | 0.74% | - |
| XYZ | 29.23 | 15.38 | 40.46 | - |
| YUV | 100.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 172 | 0 | 0.78 | 0.09 | 0.26 | 306.89 | 0.64 | 0.45 |
| Hex | BD | 29 | AC | 0 | 4E | 9 | 1A | 133 | 40 | 2D |
| Octal | 275 | 51 | 254 | 0 | 116 | 11 | 32 | 463 | 100 | 55 |
| Binary | 10111101 | 101001 | 10101100 | 0 | 1001110 | 1001 | 11010 | 100110011 | 1000000 | 101101 |
Color Harmonies of #BD29AC
Complementary color
Monochromatic Colors of #BD29AC
Black with #BD29AC
Text Example
Text Example
White with #BD29AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD29AC; }
p { color: rgb(189,41,172); }
H1.HeaderClassName
{
color: #BD29AC;
}
.AnyTagClassName
{
color: #BD29AC;
}
</style>
background-color css
<style>
a { background-color: #BD29AC; }
a { background-color: rgb(189,41,172); }
div.DivClassName
{
background-color: #BD29AC;
}
.BgClassName
{
background-color: #BD29AC;
}
</style>
border-color css
<style>
span { border-color: #BD29AC; }
span { border-color: rgb(189,41,172); }
td.TdClassName
{
border-color: #BD29AC;
}
.TagClassName
{
border-color: #BD29AC;
}
</style>