Shades of Medium Violet Red #BD1D70
Tints of Medium Violet Red #BD1D70
RGB
CMYK
RGB Variations
Color information
#BD1D70 (or 0xBD1D70) is known color: Medium Violet Red. HEX triplet: BD, 1D and 70. RGB value is (189,29,112). Sum of RGB (Red+Green+Blue) = 189+29+112=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1D70 is #42E28F. Grayscale: #565656. Windows color (decimal): -4383376 or 7347645. OLE color: 7347645.
HSL color Cylindrical-coordinate representation of color #BD1D70: hue angle of 328.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1D70 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 29 | 112 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.26 |
| HSL | 328.88º | 0.73% | 0.43% | - |
| HSV(B) | 328.88º | 0.85% | 0.74% | - |
| XYZ | 24.35 | 12.87 | 16.53 | - |
| YUV | 86.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 112 | 0 | 0.85 | 0.41 | 0.26 | 328.88 | 0.73 | 0.43 |
| Hex | BD | 1D | 70 | 0 | 55 | 29 | 1A | 149 | 49 | 2B |
| Octal | 275 | 35 | 160 | 0 | 125 | 51 | 32 | 511 | 111 | 53 |
| Binary | 10111101 | 11101 | 1110000 | 0 | 1010101 | 101001 | 11010 | 101001001 | 1001001 | 101011 |
Color Harmonies of #BD1D70
Complementary color
Monochromatic Colors of #BD1D70
Black with #BD1D70
Text Example
Text Example
White with #BD1D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1D70; }
p { color: rgb(189,29,112); }
H1.HeaderClassName
{
color: #BD1D70;
}
.AnyTagClassName
{
color: #BD1D70;
}
</style>
background-color css
<style>
a { background-color: #BD1D70; }
a { background-color: rgb(189,29,112); }
div.DivClassName
{
background-color: #BD1D70;
}
.BgClassName
{
background-color: #BD1D70;
}
</style>
border-color css
<style>
span { border-color: #BD1D70; }
span { border-color: rgb(189,29,112); }
td.TdClassName
{
border-color: #BD1D70;
}
.TagClassName
{
border-color: #BD1D70;
}
</style>