Shades of Medium Violet Red #BD1FA0
Tints of Medium Violet Red #BD1FA0
RGB
CMYK
RGB Variations
Color information
#BD1FA0 (or 0xBD1FA0) is known color: Medium Violet Red. HEX triplet: BD, 1F and A0. RGB value is (189,31,160). Sum of RGB (Red+Green+Blue) = 189+31+160=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1FA0 is #42E05F. Grayscale: #5C5C5C. Windows color (decimal): -4382816 or 10493885. OLE color: 10493885.
HSL color Cylindrical-coordinate representation of color #BD1FA0: hue angle of 311.01º 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 #BD1FA0 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 31 | 160 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.26 |
| HSL | 311.01º | 0.72% | 0.43% | - |
| HSV(B) | 311.01º | 0.84% | 0.74% | - |
| XYZ | 27.82 | 14.34 | 34.56 | - |
| YUV | 92.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 160 | 0 | 0.84 | 0.15 | 0.26 | 311.01 | 0.72 | 0.43 |
| Hex | BD | 1F | A0 | 0 | 54 | F | 1A | 137 | 48 | 2B |
| Octal | 275 | 37 | 240 | 0 | 124 | 17 | 32 | 467 | 110 | 53 |
| Binary | 10111101 | 11111 | 10100000 | 0 | 1010100 | 1111 | 11010 | 100110111 | 1001000 | 101011 |
Color Harmonies of #BD1FA0
Complementary color
Monochromatic Colors of #BD1FA0
Black with #BD1FA0
Text Example
Text Example
White with #BD1FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1FA0; }
p { color: rgb(189,31,160); }
H1.HeaderClassName
{
color: #BD1FA0;
}
.AnyTagClassName
{
color: #BD1FA0;
}
</style>
background-color css
<style>
a { background-color: #BD1FA0; }
a { background-color: rgb(189,31,160); }
div.DivClassName
{
background-color: #BD1FA0;
}
.BgClassName
{
background-color: #BD1FA0;
}
</style>
border-color css
<style>
span { border-color: #BD1FA0; }
span { border-color: rgb(189,31,160); }
td.TdClassName
{
border-color: #BD1FA0;
}
.TagClassName
{
border-color: #BD1FA0;
}
</style>