Shades of Medium Violet Red #BD2087
Tints of Medium Violet Red #BD2087
RGB
CMYK
RGB Variations
Color information
#BD2087 (or 0xBD2087) is known color: Medium Violet Red. HEX triplet: BD, 20 and 87. RGB value is (189,32,135). Sum of RGB (Red+Green+Blue) = 189+32+135=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2087 is #42DF78. Grayscale: #5A5A5A. Windows color (decimal): -4382585 or 8855741. OLE color: 8855741.
HSL color Cylindrical-coordinate representation of color #BD2087: hue angle of 320.64º 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 #BD2087 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 135 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.26 |
| HSL | 320.64º | 0.71% | 0.43% | - |
| HSV(B) | 320.64º | 0.83% | 0.74% | - |
| XYZ | 25.88 | 13.6 | 24.18 | - |
| YUV | 90.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 135 | 0 | 0.83 | 0.29 | 0.26 | 320.64 | 0.71 | 0.43 |
| Hex | BD | 20 | 87 | 0 | 53 | 1D | 1A | 141 | 47 | 2B |
| Octal | 275 | 40 | 207 | 0 | 123 | 35 | 32 | 501 | 107 | 53 |
| Binary | 10111101 | 100000 | 10000111 | 0 | 1010011 | 11101 | 11010 | 101000001 | 1000111 | 101011 |
Color Harmonies of #BD2087
Complementary color
Monochromatic Colors of #BD2087
Black with #BD2087
Text Example
Text Example
White with #BD2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2087; }
p { color: rgb(189,32,135); }
H1.HeaderClassName
{
color: #BD2087;
}
.AnyTagClassName
{
color: #BD2087;
}
</style>
background-color css
<style>
a { background-color: #BD2087; }
a { background-color: rgb(189,32,135); }
div.DivClassName
{
background-color: #BD2087;
}
.BgClassName
{
background-color: #BD2087;
}
</style>
border-color css
<style>
span { border-color: #BD2087; }
span { border-color: rgb(189,32,135); }
td.TdClassName
{
border-color: #BD2087;
}
.TagClassName
{
border-color: #BD2087;
}
</style>