Shades of Medium Red Violet #BD39A1
Tints of Medium Red Violet #BD39A1
RGB
CMYK
RGB Variations
Color information
#BD39A1 (or 0xBD39A1) is known color: Medium Red Violet. HEX triplet: BD, 39 and A1. RGB value is (189,57,161). Sum of RGB (Red+Green+Blue) = 189+57+161=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD39A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD39A1 is #42C65E. Grayscale: #6C6C6C. Windows color (decimal): -4376159 or 10566077. OLE color: 10566077.
HSL color Cylindrical-coordinate representation of color #BD39A1: hue angle of 312.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD39A1 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 161 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.26 |
| HSL | 312.73º | 0.54% | 0.48% | - |
| HSV(B) | 312.73º | 0.7% | 0.74% | - |
| XYZ | 28.88 | 16.32 | 35.35 | - |
| YUV | 108.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 161 | 0 | 0.70 | 0.15 | 0.26 | 312.73 | 0.54 | 0.48 |
| Hex | BD | 39 | A1 | 0 | 46 | F | 1A | 139 | 36 | 30 |
| Octal | 275 | 71 | 241 | 0 | 106 | 17 | 32 | 471 | 66 | 60 |
| Binary | 10111101 | 111001 | 10100001 | 0 | 1000110 | 1111 | 11010 | 100111001 | 110110 | 110000 |
Color Harmonies of #BD39A1
Complementary color
Monochromatic Colors of #BD39A1
Black with #BD39A1
Text Example
Text Example
White with #BD39A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD39A1; }
p { color: rgb(189,57,161); }
H1.HeaderClassName
{
color: #BD39A1;
}
.AnyTagClassName
{
color: #BD39A1;
}
</style>
background-color css
<style>
a { background-color: #BD39A1; }
a { background-color: rgb(189,57,161); }
div.DivClassName
{
background-color: #BD39A1;
}
.BgClassName
{
background-color: #BD39A1;
}
</style>
border-color css
<style>
span { border-color: #BD39A1; }
span { border-color: rgb(189,57,161); }
td.TdClassName
{
border-color: #BD39A1;
}
.TagClassName
{
border-color: #BD39A1;
}
</style>