Shades of Medium Red Violet #BD2AAA
Tints of Medium Red Violet #BD2AAA
RGB
CMYK
RGB Variations
Color information
#BD2AAA (or 0xBD2AAA) is known color: Medium Red Violet. HEX triplet: BD, 2A and AA. RGB value is (189,42,170). Sum of RGB (Red+Green+Blue) = 189+42+170=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2AAA is #42D555. Grayscale: #646464. Windows color (decimal): -4379990 or 11152061. OLE color: 11152061.
HSL color Cylindrical-coordinate representation of color #BD2AAA: hue angle of 307.76º 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 #BD2AAA is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 170 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.26 |
| HSL | 307.76º | 0.64% | 0.45% | - |
| HSV(B) | 307.76º | 0.78% | 0.74% | - |
| XYZ | 29.07 | 15.38 | 39.47 | - |
| YUV | 100.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 170 | 0 | 0.78 | 0.10 | 0.26 | 307.76 | 0.64 | 0.45 |
| Hex | BD | 2A | AA | 0 | 4E | A | 1A | 134 | 40 | 2D |
| Octal | 275 | 52 | 252 | 0 | 116 | 12 | 32 | 464 | 100 | 55 |
| Binary | 10111101 | 101010 | 10101010 | 0 | 1001110 | 1010 | 11010 | 100110100 | 1000000 | 101101 |
Color Harmonies of #BD2AAA
Complementary color
Monochromatic Colors of #BD2AAA
Black with #BD2AAA
Text Example
Text Example
White with #BD2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2AAA; }
p { color: rgb(189,42,170); }
H1.HeaderClassName
{
color: #BD2AAA;
}
.AnyTagClassName
{
color: #BD2AAA;
}
</style>
background-color css
<style>
a { background-color: #BD2AAA; }
a { background-color: rgb(189,42,170); }
div.DivClassName
{
background-color: #BD2AAA;
}
.BgClassName
{
background-color: #BD2AAA;
}
</style>
border-color css
<style>
span { border-color: #BD2AAA; }
span { border-color: rgb(189,42,170); }
td.TdClassName
{
border-color: #BD2AAA;
}
.TagClassName
{
border-color: #BD2AAA;
}
</style>