Shades of Medium Violet Red #BD1E7D
Tints of Medium Violet Red #BD1E7D
RGB
CMYK
RGB Variations
Color information
#BD1E7D (or 0xBD1E7D) is known color: Medium Violet Red. HEX triplet: BD, 1E and 7D. RGB value is (189,30,125). Sum of RGB (Red+Green+Blue) = 189+30+125=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1E7D is #42E182. Grayscale: #585858. Windows color (decimal): -4383107 or 8199869. OLE color: 8199869.
HSL color Cylindrical-coordinate representation of color #BD1E7D: hue angle of 324.15º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E7D is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 125 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.26 |
| HSL | 324.15º | 0.73% | 0.43% | - |
| HSV(B) | 324.15º | 0.84% | 0.74% | - |
| XYZ | 25.15 | 13.23 | 20.63 | - |
| YUV | 88.37 | 148.68 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 125 | 0 | 0.84 | 0.34 | 0.26 | 324.15 | 0.73 | 0.43 |
| Hex | BD | 1E | 7D | 0 | 54 | 22 | 1A | 144 | 49 | 2B |
| Octal | 275 | 36 | 175 | 0 | 124 | 42 | 32 | 504 | 111 | 53 |
| Binary | 10111101 | 11110 | 1111101 | 0 | 1010100 | 100010 | 11010 | 101000100 | 1001001 | 101011 |
Color Harmonies of #BD1E7D
Complementary color
Monochromatic Colors of #BD1E7D
Black with #BD1E7D
Text Example
Text Example
White with #BD1E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1E7D; }
p { color: rgb(189,30,125); }
H1.HeaderClassName
{
color: #BD1E7D;
}
.AnyTagClassName
{
color: #BD1E7D;
}
</style>
background-color css
<style>
a { background-color: #BD1E7D; }
a { background-color: rgb(189,30,125); }
div.DivClassName
{
background-color: #BD1E7D;
}
.BgClassName
{
background-color: #BD1E7D;
}
</style>
border-color css
<style>
span { border-color: #BD1E7D; }
span { border-color: rgb(189,30,125); }
td.TdClassName
{
border-color: #BD1E7D;
}
.TagClassName
{
border-color: #BD1E7D;
}
</style>