Shades of Medium Violet Red #BD0584
Tints of Medium Violet Red #BD0584
RGB
CMYK
RGB Variations
Color information
#BD0584 (or 0xBD0584) is known color: Medium Violet Red. HEX triplet: BD, 05 and 84. RGB value is (189,5,132). Sum of RGB (Red+Green+Blue) = 189+5+132=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0584 is #42FA7B. Grayscale: #4A4A4A. Windows color (decimal): -4389500 or 8652221. OLE color: 8652221.
HSL color Cylindrical-coordinate representation of color #BD0584: hue angle of 318.59º 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 #BD0584 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 132 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.26 |
| HSL | 318.59º | 0.95% | 0.38% | - |
| HSV(B) | 318.59º | 0.97% | 0.74% | - |
| XYZ | 25.21 | 12.59 | 22.93 | - |
| YUV | 74.49 | 160.46 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 132 | 0 | 0.97 | 0.30 | 0.26 | 318.59 | 0.95 | 0.38 |
| Hex | BD | 5 | 84 | 0 | 61 | 1E | 1A | 13F | 5F | 26 |
| Octal | 275 | 5 | 204 | 0 | 141 | 36 | 32 | 477 | 137 | 46 |
| Binary | 10111101 | 101 | 10000100 | 0 | 1100001 | 11110 | 11010 | 100111111 | 1011111 | 100110 |
Color Harmonies of #BD0584
Complementary color
Monochromatic Colors of #BD0584
Black with #BD0584
Text Example
Text Example
White with #BD0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0584; }
p { color: rgb(189,5,132); }
H1.HeaderClassName
{
color: #BD0584;
}
.AnyTagClassName
{
color: #BD0584;
}
</style>
background-color css
<style>
a { background-color: #BD0584; }
a { background-color: rgb(189,5,132); }
div.DivClassName
{
background-color: #BD0584;
}
.BgClassName
{
background-color: #BD0584;
}
</style>
border-color css
<style>
span { border-color: #BD0584; }
span { border-color: rgb(189,5,132); }
td.TdClassName
{
border-color: #BD0584;
}
.TagClassName
{
border-color: #BD0584;
}
</style>