Shades of Medium Red Violet #BD30A2
Tints of Medium Red Violet #BD30A2
RGB
CMYK
RGB Variations
Color information
#BD30A2 (or 0xBD30A2) is known color: Medium Red Violet. HEX triplet: BD, 30 and A2. RGB value is (189,48,162). Sum of RGB (Red+Green+Blue) = 189+48+162=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30A2 is #42CF5D. Grayscale: #666666. Windows color (decimal): -4378462 or 10629309. OLE color: 10629309.
HSL color Cylindrical-coordinate representation of color #BD30A2: hue angle of 311.49º 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 #BD30A2 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 162 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.26 |
| HSL | 311.49º | 0.59% | 0.46% | - |
| HSV(B) | 311.49º | 0.75% | 0.74% | - |
| XYZ | 28.56 | 15.54 | 35.68 | - |
| YUV | 103.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 162 | 0 | 0.75 | 0.14 | 0.26 | 311.49 | 0.59 | 0.46 |
| Hex | BD | 30 | A2 | 0 | 4B | E | 1A | 137 | 3B | 2E |
| Octal | 275 | 60 | 242 | 0 | 113 | 16 | 32 | 467 | 73 | 56 |
| Binary | 10111101 | 110000 | 10100010 | 0 | 1001011 | 1110 | 11010 | 100110111 | 111011 | 101110 |
Color Harmonies of #BD30A2
Complementary color
Monochromatic Colors of #BD30A2
Black with #BD30A2
Text Example
Text Example
White with #BD30A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30A2; }
p { color: rgb(189,48,162); }
H1.HeaderClassName
{
color: #BD30A2;
}
.AnyTagClassName
{
color: #BD30A2;
}
</style>
background-color css
<style>
a { background-color: #BD30A2; }
a { background-color: rgb(189,48,162); }
div.DivClassName
{
background-color: #BD30A2;
}
.BgClassName
{
background-color: #BD30A2;
}
</style>
border-color css
<style>
span { border-color: #BD30A2; }
span { border-color: rgb(189,48,162); }
td.TdClassName
{
border-color: #BD30A2;
}
.TagClassName
{
border-color: #BD30A2;
}
</style>