Shades of Medium Violet Red #BC209D
Tints of Medium Violet Red #BC209D
RGB
CMYK
RGB Variations
Color information
#BC209D (or 0xBC209D) is known color: Medium Violet Red. HEX triplet: BC, 20 and 9D. RGB value is (188,32,157). Sum of RGB (Red+Green+Blue) = 188+32+157=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC209D is #43DF62. Grayscale: #5C5C5C. Windows color (decimal): -4448099 or 10297532. OLE color: 10297532.
HSL color Cylindrical-coordinate representation of color #BC209D: hue angle of 311.92º 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 #BC209D is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 157 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.26 |
| HSL | 311.92º | 0.71% | 0.43% | - |
| HSV(B) | 311.92º | 0.83% | 0.74% | - |
| XYZ | 27.34 | 14.16 | 33.19 | - |
| YUV | 92.89 | 164.18 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 157 | 0 | 0.83 | 0.16 | 0.26 | 311.92 | 0.71 | 0.43 |
| Hex | BC | 20 | 9D | 0 | 53 | 10 | 1A | 138 | 47 | 2B |
| Octal | 274 | 40 | 235 | 0 | 123 | 20 | 32 | 470 | 107 | 53 |
| Binary | 10111100 | 100000 | 10011101 | 0 | 1010011 | 10000 | 11010 | 100111000 | 1000111 | 101011 |
Color Harmonies of #BC209D
Complementary color
Monochromatic Colors of #BC209D
Black with #BC209D
Text Example
Text Example
White with #BC209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC209D; }
p { color: rgb(188,32,157); }
H1.HeaderClassName
{
color: #BC209D;
}
.AnyTagClassName
{
color: #BC209D;
}
</style>
background-color css
<style>
a { background-color: #BC209D; }
a { background-color: rgb(188,32,157); }
div.DivClassName
{
background-color: #BC209D;
}
.BgClassName
{
background-color: #BC209D;
}
</style>
border-color css
<style>
span { border-color: #BC209D; }
span { border-color: rgb(188,32,157); }
td.TdClassName
{
border-color: #BC209D;
}
.TagClassName
{
border-color: #BC209D;
}
</style>