Shades of Medium Red Violet #BD30A7
Tints of Medium Red Violet #BD30A7
RGB
CMYK
RGB Variations
Color information
#BD30A7 (or 0xBD30A7) is known color: Medium Red Violet. HEX triplet: BD, 30 and A7. RGB value is (189,48,167). Sum of RGB (Red+Green+Blue) = 189+48+167=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30A7 is #42CF58. Grayscale: #676767. Windows color (decimal): -4378457 or 10956989. OLE color: 10956989.
HSL color Cylindrical-coordinate representation of color #BD30A7: hue angle of 309.36º 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 #BD30A7 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 167 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.26 |
| HSL | 309.36º | 0.59% | 0.46% | - |
| HSV(B) | 309.36º | 0.75% | 0.74% | - |
| XYZ | 29.02 | 15.72 | 38.06 | - |
| YUV | 103.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 167 | 0 | 0.75 | 0.12 | 0.26 | 309.36 | 0.59 | 0.46 |
| Hex | BD | 30 | A7 | 0 | 4B | C | 1A | 135 | 3B | 2E |
| Octal | 275 | 60 | 247 | 0 | 113 | 14 | 32 | 465 | 73 | 56 |
| Binary | 10111101 | 110000 | 10100111 | 0 | 1001011 | 1100 | 11010 | 100110101 | 111011 | 101110 |
Color Harmonies of #BD30A7
Complementary color
Monochromatic Colors of #BD30A7
Black with #BD30A7
Text Example
Text Example
White with #BD30A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30A7; }
p { color: rgb(189,48,167); }
H1.HeaderClassName
{
color: #BD30A7;
}
.AnyTagClassName
{
color: #BD30A7;
}
</style>
background-color css
<style>
a { background-color: #BD30A7; }
a { background-color: rgb(189,48,167); }
div.DivClassName
{
background-color: #BD30A7;
}
.BgClassName
{
background-color: #BD30A7;
}
</style>
border-color css
<style>
span { border-color: #BD30A7; }
span { border-color: rgb(189,48,167); }
td.TdClassName
{
border-color: #BD30A7;
}
.TagClassName
{
border-color: #BD30A7;
}
</style>