Shades of Medium Red Violet #BD2970
Tints of Medium Red Violet #BD2970
RGB
CMYK
RGB Variations
Color information
#BD2970 (or 0xBD2970) is known color: Medium Red Violet. HEX triplet: BD, 29 and 70. RGB value is (189,41,112). Sum of RGB (Red+Green+Blue) = 189+41+112=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2970 is #42D68F. Grayscale: #5D5D5D. Windows color (decimal): -4380304 or 7350717. OLE color: 7350717.
HSL color Cylindrical-coordinate representation of color #BD2970: hue angle of 331.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2970 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 112 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.26 |
| HSL | 331.22º | 0.64% | 0.45% | - |
| HSV(B) | 331.22º | 0.78% | 0.74% | - |
| XYZ | 24.7 | 13.57 | 16.65 | - |
| YUV | 93.35 | 138.53 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 112 | 0 | 0.78 | 0.41 | 0.26 | 331.22 | 0.64 | 0.45 |
| Hex | BD | 29 | 70 | 0 | 4E | 29 | 1A | 14B | 40 | 2D |
| Octal | 275 | 51 | 160 | 0 | 116 | 51 | 32 | 513 | 100 | 55 |
| Binary | 10111101 | 101001 | 1110000 | 0 | 1001110 | 101001 | 11010 | 101001011 | 1000000 | 101101 |
Color Harmonies of #BD2970
Complementary color
Monochromatic Colors of #BD2970
Black with #BD2970
Text Example
Text Example
White with #BD2970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2970; }
p { color: rgb(189,41,112); }
H1.HeaderClassName
{
color: #BD2970;
}
.AnyTagClassName
{
color: #BD2970;
}
</style>
background-color css
<style>
a { background-color: #BD2970; }
a { background-color: rgb(189,41,112); }
div.DivClassName
{
background-color: #BD2970;
}
.BgClassName
{
background-color: #BD2970;
}
</style>
border-color css
<style>
span { border-color: #BD2970; }
span { border-color: rgb(189,41,112); }
td.TdClassName
{
border-color: #BD2970;
}
.TagClassName
{
border-color: #BD2970;
}
</style>