Shades of Medium Violet Red #BD1E70
Tints of Medium Violet Red #BD1E70
RGB
CMYK
RGB Variations
Color information
#BD1E70 (or 0xBD1E70) is known color: Medium Violet Red. HEX triplet: BD, 1E and 70. RGB value is (189,30,112). Sum of RGB (Red+Green+Blue) = 189+30+112=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1E70 is #42E18F. Grayscale: #565656. Windows color (decimal): -4383120 or 7347901. OLE color: 7347901.
HSL color Cylindrical-coordinate representation of color #BD1E70: hue angle of 329.06º 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 #BD1E70 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 112 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.26 |
| HSL | 329.06º | 0.73% | 0.43% | - |
| HSV(B) | 329.06º | 0.84% | 0.74% | - |
| XYZ | 24.38 | 12.92 | 16.54 | - |
| YUV | 86.89 | 142.18 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 112 | 0 | 0.84 | 0.41 | 0.26 | 329.06 | 0.73 | 0.43 |
| Hex | BD | 1E | 70 | 0 | 54 | 29 | 1A | 149 | 49 | 2B |
| Octal | 275 | 36 | 160 | 0 | 124 | 51 | 32 | 511 | 111 | 53 |
| Binary | 10111101 | 11110 | 1110000 | 0 | 1010100 | 101001 | 11010 | 101001001 | 1001001 | 101011 |
Color Harmonies of #BD1E70
Complementary color
Monochromatic Colors of #BD1E70
Black with #BD1E70
Text Example
Text Example
White with #BD1E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1E70; }
p { color: rgb(189,30,112); }
H1.HeaderClassName
{
color: #BD1E70;
}
.AnyTagClassName
{
color: #BD1E70;
}
</style>
background-color css
<style>
a { background-color: #BD1E70; }
a { background-color: rgb(189,30,112); }
div.DivClassName
{
background-color: #BD1E70;
}
.BgClassName
{
background-color: #BD1E70;
}
</style>
border-color css
<style>
span { border-color: #BD1E70; }
span { border-color: rgb(189,30,112); }
td.TdClassName
{
border-color: #BD1E70;
}
.TagClassName
{
border-color: #BD1E70;
}
</style>