Shades of Medium Violet Red #BD0590
Tints of Medium Violet Red #BD0590
RGB
CMYK
RGB Variations
Color information
#BD0590 (or 0xBD0590) is known color: Medium Violet Red. HEX triplet: BD, 05 and 90. RGB value is (189,5,144). Sum of RGB (Red+Green+Blue) = 189+5+144=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0590 is #42FA6F. Grayscale: #4B4B4B. Windows color (decimal): -4389488 or 9438653. OLE color: 9438653.
HSL color Cylindrical-coordinate representation of color #BD0590: hue angle of 314.67º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0590 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 144 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.26 |
| HSL | 314.67º | 0.95% | 0.38% | - |
| HSV(B) | 314.67º | 0.97% | 0.74% | - |
| XYZ | 26.07 | 12.94 | 27.51 | - |
| YUV | 75.86 | 166.46 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 144 | 0 | 0.97 | 0.24 | 0.26 | 314.67 | 0.95 | 0.38 |
| Hex | BD | 5 | 90 | 0 | 61 | 18 | 1A | 13B | 5F | 26 |
| Octal | 275 | 5 | 220 | 0 | 141 | 30 | 32 | 473 | 137 | 46 |
| Binary | 10111101 | 101 | 10010000 | 0 | 1100001 | 11000 | 11010 | 100111011 | 1011111 | 100110 |
Color Harmonies of #BD0590
Complementary color
Monochromatic Colors of #BD0590
Black with #BD0590
Text Example
Text Example
White with #BD0590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0590; }
p { color: rgb(189,5,144); }
H1.HeaderClassName
{
color: #BD0590;
}
.AnyTagClassName
{
color: #BD0590;
}
</style>
background-color css
<style>
a { background-color: #BD0590; }
a { background-color: rgb(189,5,144); }
div.DivClassName
{
background-color: #BD0590;
}
.BgClassName
{
background-color: #BD0590;
}
</style>
border-color css
<style>
span { border-color: #BD0590; }
span { border-color: rgb(189,5,144); }
td.TdClassName
{
border-color: #BD0590;
}
.TagClassName
{
border-color: #BD0590;
}
</style>