Shades of Medium Red Violet #BD2AAC
Tints of Medium Red Violet #BD2AAC
RGB
CMYK
RGB Variations
Color information
#BD2AAC (or 0xBD2AAC) is known color: Medium Red Violet. HEX triplet: BD, 2A and AC. RGB value is (189,42,172). Sum of RGB (Red+Green+Blue) = 189+42+172=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2AAC is #42D553. Grayscale: #646464. Windows color (decimal): -4379988 or 11283133. OLE color: 11283133.
HSL color Cylindrical-coordinate representation of color #BD2AAC: hue angle of 306.94º 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 #BD2AAC is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 172 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.26 |
| HSL | 306.94º | 0.64% | 0.45% | - |
| HSV(B) | 306.94º | 0.78% | 0.74% | - |
| XYZ | 29.26 | 15.45 | 40.47 | - |
| YUV | 100.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 172 | 0 | 0.78 | 0.09 | 0.26 | 306.94 | 0.64 | 0.45 |
| Hex | BD | 2A | AC | 0 | 4E | 9 | 1A | 133 | 40 | 2D |
| Octal | 275 | 52 | 254 | 0 | 116 | 11 | 32 | 463 | 100 | 55 |
| Binary | 10111101 | 101010 | 10101100 | 0 | 1001110 | 1001 | 11010 | 100110011 | 1000000 | 101101 |
Color Harmonies of #BD2AAC
Complementary color
Monochromatic Colors of #BD2AAC
Black with #BD2AAC
Text Example
Text Example
White with #BD2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2AAC; }
p { color: rgb(189,42,172); }
H1.HeaderClassName
{
color: #BD2AAC;
}
.AnyTagClassName
{
color: #BD2AAC;
}
</style>
background-color css
<style>
a { background-color: #BD2AAC; }
a { background-color: rgb(189,42,172); }
div.DivClassName
{
background-color: #BD2AAC;
}
.BgClassName
{
background-color: #BD2AAC;
}
</style>
border-color css
<style>
span { border-color: #BD2AAC; }
span { border-color: rgb(189,42,172); }
td.TdClassName
{
border-color: #BD2AAC;
}
.TagClassName
{
border-color: #BD2AAC;
}
</style>