Shades of Medium Violet Red #BD1571
Tints of Medium Violet Red #BD1571
RGB
CMYK
RGB Variations
Color information
#BD1571 (or 0xBD1571) is known color: Medium Violet Red. HEX triplet: BD, 15 and 71. RGB value is (189,21,113). Sum of RGB (Red+Green+Blue) = 189+21+113=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1571 is #42EA8E. Grayscale: #515151. Windows color (decimal): -4385423 or 7411133. OLE color: 7411133.
HSL color Cylindrical-coordinate representation of color #BD1571: hue angle of 327.14º 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 #BD1571 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 113 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.26 |
| HSL | 327.14º | 0.8% | 0.41% | - |
| HSV(B) | 327.14º | 0.89% | 0.74% | - |
| XYZ | 24.24 | 12.55 | 16.77 | - |
| YUV | 81.72 | 145.66 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 113 | 0 | 0.89 | 0.40 | 0.26 | 327.14 | 0.8 | 0.41 |
| Hex | BD | 15 | 71 | 0 | 59 | 28 | 1A | 147 | 50 | 29 |
| Octal | 275 | 25 | 161 | 0 | 131 | 50 | 32 | 507 | 120 | 51 |
| Binary | 10111101 | 10101 | 1110001 | 0 | 1011001 | 101000 | 11010 | 101000111 | 1010000 | 101001 |
Color Harmonies of #BD1571
Complementary color
Monochromatic Colors of #BD1571
Black with #BD1571
Text Example
Text Example
White with #BD1571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1571; }
p { color: rgb(189,21,113); }
H1.HeaderClassName
{
color: #BD1571;
}
.AnyTagClassName
{
color: #BD1571;
}
</style>
background-color css
<style>
a { background-color: #BD1571; }
a { background-color: rgb(189,21,113); }
div.DivClassName
{
background-color: #BD1571;
}
.BgClassName
{
background-color: #BD1571;
}
</style>
border-color css
<style>
span { border-color: #BD1571; }
span { border-color: rgb(189,21,113); }
td.TdClassName
{
border-color: #BD1571;
}
.TagClassName
{
border-color: #BD1571;
}
</style>