Shades of Medium Violet Red #BD1F71
Tints of Medium Violet Red #BD1F71
RGB
CMYK
RGB Variations
Color information
#BD1F71 (or 0xBD1F71) is known color: Medium Violet Red. HEX triplet: BD, 1F and 71. RGB value is (189,31,113). Sum of RGB (Red+Green+Blue) = 189+31+113=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F71 is #42E08E. Grayscale: #575757. Windows color (decimal): -4382863 or 7413693. OLE color: 7413693.
HSL color Cylindrical-coordinate representation of color #BD1F71: hue angle of 328.86º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1F71 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 31 | 113 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.26 |
| HSL | 328.86º | 0.72% | 0.43% | - |
| HSV(B) | 328.86º | 0.84% | 0.74% | - |
| XYZ | 24.46 | 12.99 | 16.84 | - |
| YUV | 87.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 113 | 0 | 0.84 | 0.40 | 0.26 | 328.86 | 0.72 | 0.43 |
| Hex | BD | 1F | 71 | 0 | 54 | 28 | 1A | 149 | 48 | 2B |
| Octal | 275 | 37 | 161 | 0 | 124 | 50 | 32 | 511 | 110 | 53 |
| Binary | 10111101 | 11111 | 1110001 | 0 | 1010100 | 101000 | 11010 | 101001001 | 1001000 | 101011 |
Color Harmonies of #BD1F71
Complementary color
Monochromatic Colors of #BD1F71
Black with #BD1F71
Text Example
Text Example
White with #BD1F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1F71; }
p { color: rgb(189,31,113); }
H1.HeaderClassName
{
color: #BD1F71;
}
.AnyTagClassName
{
color: #BD1F71;
}
</style>
background-color css
<style>
a { background-color: #BD1F71; }
a { background-color: rgb(189,31,113); }
div.DivClassName
{
background-color: #BD1F71;
}
.BgClassName
{
background-color: #BD1F71;
}
</style>
border-color css
<style>
span { border-color: #BD1F71; }
span { border-color: rgb(189,31,113); }
td.TdClassName
{
border-color: #BD1F71;
}
.TagClassName
{
border-color: #BD1F71;
}
</style>