Shades of Medium Violet Red #BD1471
Tints of Medium Violet Red #BD1471
RGB
CMYK
RGB Variations
Color information
#BD1471 (or 0xBD1471) is known color: Medium Violet Red. HEX triplet: BD, 14 and 71. RGB value is (189,20,113). Sum of RGB (Red+Green+Blue) = 189+20+113=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1471 is #42EB8E. Grayscale: #505050. Windows color (decimal): -4385679 or 7410877. OLE color: 7410877.
HSL color Cylindrical-coordinate representation of color #BD1471: hue angle of 326.98º degrees, saturation: 0.81, 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 #BD1471 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 113 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.26 |
| HSL | 326.98º | 0.81% | 0.41% | - |
| HSV(B) | 326.98º | 0.89% | 0.74% | - |
| XYZ | 24.22 | 12.51 | 16.76 | - |
| YUV | 81.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 113 | 0 | 0.89 | 0.40 | 0.26 | 326.98 | 0.81 | 0.41 |
| Hex | BD | 14 | 71 | 0 | 59 | 28 | 1A | 147 | 51 | 29 |
| Octal | 275 | 24 | 161 | 0 | 131 | 50 | 32 | 507 | 121 | 51 |
| Binary | 10111101 | 10100 | 1110001 | 0 | 1011001 | 101000 | 11010 | 101000111 | 1010001 | 101001 |
Color Harmonies of #BD1471
Complementary color
Monochromatic Colors of #BD1471
Black with #BD1471
Text Example
Text Example
White with #BD1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1471; }
p { color: rgb(189,20,113); }
H1.HeaderClassName
{
color: #BD1471;
}
.AnyTagClassName
{
color: #BD1471;
}
</style>
background-color css
<style>
a { background-color: #BD1471; }
a { background-color: rgb(189,20,113); }
div.DivClassName
{
background-color: #BD1471;
}
.BgClassName
{
background-color: #BD1471;
}
</style>
border-color css
<style>
span { border-color: #BD1471; }
span { border-color: rgb(189,20,113); }
td.TdClassName
{
border-color: #BD1471;
}
.TagClassName
{
border-color: #BD1471;
}
</style>