Shades of Medium Red Violet #BD2DAA
Tints of Medium Red Violet #BD2DAA
RGB
CMYK
RGB Variations
Color information
#BD2DAA (or 0xBD2DAA) is known color: Medium Red Violet. HEX triplet: BD, 2D and AA. RGB value is (189,45,170). Sum of RGB (Red+Green+Blue) = 189+45+170=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2DAA is #42D255. Grayscale: #656565. Windows color (decimal): -4379222 or 11152829. OLE color: 11152829.
HSL color Cylindrical-coordinate representation of color #BD2DAA: hue angle of 307.92º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2DAA is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 170 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.26 |
| HSL | 307.92º | 0.62% | 0.46% | - |
| HSV(B) | 307.92º | 0.76% | 0.74% | - |
| XYZ | 29.18 | 15.6 | 39.5 | - |
| YUV | 102.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 170 | 0 | 0.76 | 0.10 | 0.26 | 307.92 | 0.62 | 0.46 |
| Hex | BD | 2D | AA | 0 | 4C | A | 1A | 134 | 3E | 2E |
| Octal | 275 | 55 | 252 | 0 | 114 | 12 | 32 | 464 | 76 | 56 |
| Binary | 10111101 | 101101 | 10101010 | 0 | 1001100 | 1010 | 11010 | 100110100 | 111110 | 101110 |
Color Harmonies of #BD2DAA
Complementary color
Monochromatic Colors of #BD2DAA
Black with #BD2DAA
Text Example
Text Example
White with #BD2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DAA; }
p { color: rgb(189,45,170); }
H1.HeaderClassName
{
color: #BD2DAA;
}
.AnyTagClassName
{
color: #BD2DAA;
}
</style>
background-color css
<style>
a { background-color: #BD2DAA; }
a { background-color: rgb(189,45,170); }
div.DivClassName
{
background-color: #BD2DAA;
}
.BgClassName
{
background-color: #BD2DAA;
}
</style>
border-color css
<style>
span { border-color: #BD2DAA; }
span { border-color: rgb(189,45,170); }
td.TdClassName
{
border-color: #BD2DAA;
}
.TagClassName
{
border-color: #BD2DAA;
}
</style>