Shades of Medium Violet Red #BD1570
Tints of Medium Violet Red #BD1570
RGB
CMYK
RGB Variations
Color information
#BD1570 (or 0xBD1570) is known color: Medium Violet Red. HEX triplet: BD, 15 and 70. RGB value is (189,21,112). Sum of RGB (Red+Green+Blue) = 189+21+112=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1570 is #42EA8F. Grayscale: #515151. Windows color (decimal): -4385424 or 7345597. OLE color: 7345597.
HSL color Cylindrical-coordinate representation of color #BD1570: hue angle of 327.5º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1570 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 112 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.26 |
| HSL | 327.5º | 0.8% | 0.41% | - |
| HSV(B) | 327.5º | 0.89% | 0.74% | - |
| XYZ | 24.18 | 12.53 | 16.47 | - |
| YUV | 81.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 112 | 0 | 0.89 | 0.41 | 0.26 | 327.5 | 0.8 | 0.41 |
| Hex | BD | 15 | 70 | 0 | 59 | 29 | 1A | 148 | 50 | 29 |
| Octal | 275 | 25 | 160 | 0 | 131 | 51 | 32 | 510 | 120 | 51 |
| Binary | 10111101 | 10101 | 1110000 | 0 | 1011001 | 101001 | 11010 | 101001000 | 1010000 | 101001 |
Color Harmonies of #BD1570
Complementary color
Monochromatic Colors of #BD1570
Black with #BD1570
Text Example
Text Example
White with #BD1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1570; }
p { color: rgb(189,21,112); }
H1.HeaderClassName
{
color: #BD1570;
}
.AnyTagClassName
{
color: #BD1570;
}
</style>
background-color css
<style>
a { background-color: #BD1570; }
a { background-color: rgb(189,21,112); }
div.DivClassName
{
background-color: #BD1570;
}
.BgClassName
{
background-color: #BD1570;
}
</style>
border-color css
<style>
span { border-color: #BD1570; }
span { border-color: rgb(189,21,112); }
td.TdClassName
{
border-color: #BD1570;
}
.TagClassName
{
border-color: #BD1570;
}
</style>