Shades of Medium Violet Red #BD0585
Tints of Medium Violet Red #BD0585
RGB
CMYK
RGB Variations
Color information
#BD0585 (or 0xBD0585) is known color: Medium Violet Red. HEX triplet: BD, 05 and 85. RGB value is (189,5,133). Sum of RGB (Red+Green+Blue) = 189+5+133=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0585 is #42FA7A. Grayscale: #4A4A4A. Windows color (decimal): -4389499 or 8717757. OLE color: 8717757.
HSL color Cylindrical-coordinate representation of color #BD0585: hue angle of 318.26º 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 #BD0585 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 133 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.26 |
| HSL | 318.26º | 0.95% | 0.38% | - |
| HSV(B) | 318.26º | 0.97% | 0.74% | - |
| XYZ | 25.27 | 12.62 | 23.29 | - |
| YUV | 74.61 | 160.96 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 133 | 0 | 0.97 | 0.30 | 0.26 | 318.26 | 0.95 | 0.38 |
| Hex | BD | 5 | 85 | 0 | 61 | 1E | 1A | 13E | 5F | 26 |
| Octal | 275 | 5 | 205 | 0 | 141 | 36 | 32 | 476 | 137 | 46 |
| Binary | 10111101 | 101 | 10000101 | 0 | 1100001 | 11110 | 11010 | 100111110 | 1011111 | 100110 |
Color Harmonies of #BD0585
Complementary color
Monochromatic Colors of #BD0585
Black with #BD0585
Text Example
Text Example
White with #BD0585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0585; }
p { color: rgb(189,5,133); }
H1.HeaderClassName
{
color: #BD0585;
}
.AnyTagClassName
{
color: #BD0585;
}
</style>
background-color css
<style>
a { background-color: #BD0585; }
a { background-color: rgb(189,5,133); }
div.DivClassName
{
background-color: #BD0585;
}
.BgClassName
{
background-color: #BD0585;
}
</style>
border-color css
<style>
span { border-color: #BD0585; }
span { border-color: rgb(189,5,133); }
td.TdClassName
{
border-color: #BD0585;
}
.TagClassName
{
border-color: #BD0585;
}
</style>