Shades of Medium Red Violet #BD30AA
Tints of Medium Red Violet #BD30AA
RGB
CMYK
RGB Variations
Color information
#BD30AA (or 0xBD30AA) is known color: Medium Red Violet. HEX triplet: BD, 30 and AA. RGB value is (189,48,170). Sum of RGB (Red+Green+Blue) = 189+48+170=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30AA is #42CF55. Grayscale: #676767. Windows color (decimal): -4378454 or 11153597. OLE color: 11153597.
HSL color Cylindrical-coordinate representation of color #BD30AA: hue angle of 308.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD30AA is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 170 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.26 |
| HSL | 308.09º | 0.59% | 0.46% | - |
| HSV(B) | 308.09º | 0.75% | 0.74% | - |
| XYZ | 29.3 | 15.84 | 39.54 | - |
| YUV | 104.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 170 | 0 | 0.75 | 0.10 | 0.26 | 308.09 | 0.59 | 0.46 |
| Hex | BD | 30 | AA | 0 | 4B | A | 1A | 134 | 3B | 2E |
| Octal | 275 | 60 | 252 | 0 | 113 | 12 | 32 | 464 | 73 | 56 |
| Binary | 10111101 | 110000 | 10101010 | 0 | 1001011 | 1010 | 11010 | 100110100 | 111011 | 101110 |
Color Harmonies of #BD30AA
Complementary color
Monochromatic Colors of #BD30AA
Black with #BD30AA
Text Example
Text Example
White with #BD30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30AA; }
p { color: rgb(189,48,170); }
H1.HeaderClassName
{
color: #BD30AA;
}
.AnyTagClassName
{
color: #BD30AA;
}
</style>
background-color css
<style>
a { background-color: #BD30AA; }
a { background-color: rgb(189,48,170); }
div.DivClassName
{
background-color: #BD30AA;
}
.BgClassName
{
background-color: #BD30AA;
}
</style>
border-color css
<style>
span { border-color: #BD30AA; }
span { border-color: rgb(189,48,170); }
td.TdClassName
{
border-color: #BD30AA;
}
.TagClassName
{
border-color: #BD30AA;
}
</style>