Shades of Medium Violet Red #BD2084
Tints of Medium Violet Red #BD2084
RGB
CMYK
RGB Variations
Color information
#BD2084 (or 0xBD2084) is known color: Medium Violet Red. HEX triplet: BD, 20 and 84. RGB value is (189,32,132). Sum of RGB (Red+Green+Blue) = 189+32+132=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2084 is #42DF7B. Grayscale: #5A5A5A. Windows color (decimal): -4382588 or 8659133. OLE color: 8659133.
HSL color Cylindrical-coordinate representation of color #BD2084: hue angle of 321.78º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2084 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 132 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.26 |
| HSL | 321.78º | 0.71% | 0.43% | - |
| HSV(B) | 321.78º | 0.83% | 0.74% | - |
| XYZ | 25.67 | 13.52 | 23.09 | - |
| YUV | 90.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 132 | 0 | 0.83 | 0.30 | 0.26 | 321.78 | 0.71 | 0.43 |
| Hex | BD | 20 | 84 | 0 | 53 | 1E | 1A | 142 | 47 | 2B |
| Octal | 275 | 40 | 204 | 0 | 123 | 36 | 32 | 502 | 107 | 53 |
| Binary | 10111101 | 100000 | 10000100 | 0 | 1010011 | 11110 | 11010 | 101000010 | 1000111 | 101011 |
Color Harmonies of #BD2084
Complementary color
Monochromatic Colors of #BD2084
Black with #BD2084
Text Example
Text Example
White with #BD2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2084; }
p { color: rgb(189,32,132); }
H1.HeaderClassName
{
color: #BD2084;
}
.AnyTagClassName
{
color: #BD2084;
}
</style>
background-color css
<style>
a { background-color: #BD2084; }
a { background-color: rgb(189,32,132); }
div.DivClassName
{
background-color: #BD2084;
}
.BgClassName
{
background-color: #BD2084;
}
</style>
border-color css
<style>
span { border-color: #BD2084; }
span { border-color: rgb(189,32,132); }
td.TdClassName
{
border-color: #BD2084;
}
.TagClassName
{
border-color: #BD2084;
}
</style>