Shades of Medium Violet Red #BD208D
Tints of Medium Violet Red #BD208D
RGB
CMYK
RGB Variations
Color information
#BD208D (or 0xBD208D) is known color: Medium Violet Red. HEX triplet: BD, 20 and 8D. RGB value is (189,32,141). Sum of RGB (Red+Green+Blue) = 189+32+141=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD208D is #42DF72. Grayscale: #5B5B5B. Windows color (decimal): -4382579 or 9248957. OLE color: 9248957.
HSL color Cylindrical-coordinate representation of color #BD208D: hue angle of 318.34º 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 #BD208D is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 141 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.26 |
| HSL | 318.34º | 0.71% | 0.43% | - |
| HSV(B) | 318.34º | 0.83% | 0.74% | - |
| XYZ | 26.31 | 13.77 | 26.47 | - |
| YUV | 91.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 141 | 0 | 0.83 | 0.25 | 0.26 | 318.34 | 0.71 | 0.43 |
| Hex | BD | 20 | 8D | 0 | 53 | 19 | 1A | 13E | 47 | 2B |
| Octal | 275 | 40 | 215 | 0 | 123 | 31 | 32 | 476 | 107 | 53 |
| Binary | 10111101 | 100000 | 10001101 | 0 | 1010011 | 11001 | 11010 | 100111110 | 1000111 | 101011 |
Color Harmonies of #BD208D
Complementary color
Monochromatic Colors of #BD208D
Black with #BD208D
Text Example
Text Example
White with #BD208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD208D; }
p { color: rgb(189,32,141); }
H1.HeaderClassName
{
color: #BD208D;
}
.AnyTagClassName
{
color: #BD208D;
}
</style>
background-color css
<style>
a { background-color: #BD208D; }
a { background-color: rgb(189,32,141); }
div.DivClassName
{
background-color: #BD208D;
}
.BgClassName
{
background-color: #BD208D;
}
</style>
border-color css
<style>
span { border-color: #BD208D; }
span { border-color: rgb(189,32,141); }
td.TdClassName
{
border-color: #BD208D;
}
.TagClassName
{
border-color: #BD208D;
}
</style>