Shades of Medium Violet Red #BD208C
Tints of Medium Violet Red #BD208C
RGB
CMYK
RGB Variations
Color information
#BD208C (or 0xBD208C) is known color: Medium Violet Red. HEX triplet: BD, 20 and 8C. RGB value is (189,32,140). Sum of RGB (Red+Green+Blue) = 189+32+140=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD208C is #42DF73. Grayscale: #5A5A5A. Windows color (decimal): -4382580 or 9183421. OLE color: 9183421.
HSL color Cylindrical-coordinate representation of color #BD208C: hue angle of 318.73º 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 #BD208C is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 140 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.26 |
| HSL | 318.73º | 0.71% | 0.43% | - |
| HSV(B) | 318.73º | 0.83% | 0.74% | - |
| XYZ | 26.24 | 13.75 | 26.08 | - |
| YUV | 91.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 140 | 0 | 0.83 | 0.26 | 0.26 | 318.73 | 0.71 | 0.43 |
| Hex | BD | 20 | 8C | 0 | 53 | 1A | 1A | 13F | 47 | 2B |
| Octal | 275 | 40 | 214 | 0 | 123 | 32 | 32 | 477 | 107 | 53 |
| Binary | 10111101 | 100000 | 10001100 | 0 | 1010011 | 11010 | 11010 | 100111111 | 1000111 | 101011 |
Color Harmonies of #BD208C
Complementary color
Monochromatic Colors of #BD208C
Black with #BD208C
Text Example
Text Example
White with #BD208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD208C; }
p { color: rgb(189,32,140); }
H1.HeaderClassName
{
color: #BD208C;
}
.AnyTagClassName
{
color: #BD208C;
}
</style>
background-color css
<style>
a { background-color: #BD208C; }
a { background-color: rgb(189,32,140); }
div.DivClassName
{
background-color: #BD208C;
}
.BgClassName
{
background-color: #BD208C;
}
</style>
border-color css
<style>
span { border-color: #BD208C; }
span { border-color: rgb(189,32,140); }
td.TdClassName
{
border-color: #BD208C;
}
.TagClassName
{
border-color: #BD208C;
}
</style>