Shades of Medium Red Violet #BD2BA9
Tints of Medium Red Violet #BD2BA9
RGB
CMYK
RGB Variations
Color information
#BD2BA9 (or 0xBD2BA9) is known color: Medium Red Violet. HEX triplet: BD, 2B and A9. RGB value is (189,43,169). Sum of RGB (Red+Green+Blue) = 189+43+169=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2BA9 is #42D456. Grayscale: #646464. Windows color (decimal): -4379735 or 11086781. OLE color: 11086781.
HSL color Cylindrical-coordinate representation of color #BD2BA9: hue angle of 308.22º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2BA9 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 169 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.26 |
| HSL | 308.22º | 0.63% | 0.45% | - |
| HSV(B) | 308.22º | 0.77% | 0.74% | - |
| XYZ | 29.01 | 15.41 | 38.98 | - |
| YUV | 101.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 169 | 0 | 0.77 | 0.11 | 0.26 | 308.22 | 0.63 | 0.45 |
| Hex | BD | 2B | A9 | 0 | 4D | B | 1A | 134 | 3F | 2D |
| Octal | 275 | 53 | 251 | 0 | 115 | 13 | 32 | 464 | 77 | 55 |
| Binary | 10111101 | 101011 | 10101001 | 0 | 1001101 | 1011 | 11010 | 100110100 | 111111 | 101101 |
Color Harmonies of #BD2BA9
Complementary color
Monochromatic Colors of #BD2BA9
Black with #BD2BA9
Text Example
Text Example
White with #BD2BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BA9; }
p { color: rgb(189,43,169); }
H1.HeaderClassName
{
color: #BD2BA9;
}
.AnyTagClassName
{
color: #BD2BA9;
}
</style>
background-color css
<style>
a { background-color: #BD2BA9; }
a { background-color: rgb(189,43,169); }
div.DivClassName
{
background-color: #BD2BA9;
}
.BgClassName
{
background-color: #BD2BA9;
}
</style>
border-color css
<style>
span { border-color: #BD2BA9; }
span { border-color: rgb(189,43,169); }
td.TdClassName
{
border-color: #BD2BA9;
}
.TagClassName
{
border-color: #BD2BA9;
}
</style>