Shades of Medium Red Violet #BD30A4
Tints of Medium Red Violet #BD30A4
RGB
CMYK
RGB Variations
Color information
#BD30A4 (or 0xBD30A4) is known color: Medium Red Violet. HEX triplet: BD, 30 and A4. RGB value is (189,48,164). Sum of RGB (Red+Green+Blue) = 189+48+164=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30A4 is #42CF5B. Grayscale: #676767. Windows color (decimal): -4378460 or 10760381. OLE color: 10760381.
HSL color Cylindrical-coordinate representation of color #BD30A4: hue angle of 310.64º 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 #BD30A4 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 164 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.26 |
| HSL | 310.64º | 0.59% | 0.46% | - |
| HSV(B) | 310.64º | 0.75% | 0.74% | - |
| XYZ | 28.74 | 15.61 | 36.62 | - |
| YUV | 103.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 164 | 0 | 0.75 | 0.13 | 0.26 | 310.64 | 0.59 | 0.46 |
| Hex | BD | 30 | A4 | 0 | 4B | D | 1A | 137 | 3B | 2E |
| Octal | 275 | 60 | 244 | 0 | 113 | 15 | 32 | 467 | 73 | 56 |
| Binary | 10111101 | 110000 | 10100100 | 0 | 1001011 | 1101 | 11010 | 100110111 | 111011 | 101110 |
Color Harmonies of #BD30A4
Complementary color
Monochromatic Colors of #BD30A4
Black with #BD30A4
Text Example
Text Example
White with #BD30A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30A4; }
p { color: rgb(189,48,164); }
H1.HeaderClassName
{
color: #BD30A4;
}
.AnyTagClassName
{
color: #BD30A4;
}
</style>
background-color css
<style>
a { background-color: #BD30A4; }
a { background-color: rgb(189,48,164); }
div.DivClassName
{
background-color: #BD30A4;
}
.BgClassName
{
background-color: #BD30A4;
}
</style>
border-color css
<style>
span { border-color: #BD30A4; }
span { border-color: rgb(189,48,164); }
td.TdClassName
{
border-color: #BD30A4;
}
.TagClassName
{
border-color: #BD30A4;
}
</style>