Shades of Medium Violet Red #BD2083
Tints of Medium Violet Red #BD2083
RGB
CMYK
RGB Variations
Color information
#BD2083 (or 0xBD2083) is known color: Medium Violet Red. HEX triplet: BD, 20 and 83. RGB value is (189,32,131). Sum of RGB (Red+Green+Blue) = 189+32+131=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2083 is #42DF7C. Grayscale: #595959. Windows color (decimal): -4382589 or 8593597. OLE color: 8593597.
HSL color Cylindrical-coordinate representation of color #BD2083: hue angle of 322.17º 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 #BD2083 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 131 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.26 |
| HSL | 322.17º | 0.71% | 0.43% | - |
| HSV(B) | 322.17º | 0.83% | 0.74% | - |
| XYZ | 25.6 | 13.49 | 22.73 | - |
| YUV | 90.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 131 | 0 | 0.83 | 0.31 | 0.26 | 322.17 | 0.71 | 0.43 |
| Hex | BD | 20 | 83 | 0 | 53 | 1F | 1A | 142 | 47 | 2B |
| Octal | 275 | 40 | 203 | 0 | 123 | 37 | 32 | 502 | 107 | 53 |
| Binary | 10111101 | 100000 | 10000011 | 0 | 1010011 | 11111 | 11010 | 101000010 | 1000111 | 101011 |
Color Harmonies of #BD2083
Complementary color
Monochromatic Colors of #BD2083
Black with #BD2083
Text Example
Text Example
White with #BD2083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2083; }
p { color: rgb(189,32,131); }
H1.HeaderClassName
{
color: #BD2083;
}
.AnyTagClassName
{
color: #BD2083;
}
</style>
background-color css
<style>
a { background-color: #BD2083; }
a { background-color: rgb(189,32,131); }
div.DivClassName
{
background-color: #BD2083;
}
.BgClassName
{
background-color: #BD2083;
}
</style>
border-color css
<style>
span { border-color: #BD2083; }
span { border-color: rgb(189,32,131); }
td.TdClassName
{
border-color: #BD2083;
}
.TagClassName
{
border-color: #BD2083;
}
</style>