Shades of Medium Violet Red #BC209F
Tints of Medium Violet Red #BC209F
RGB
CMYK
RGB Variations
Color information
#BC209F (or 0xBC209F) is known color: Medium Violet Red. HEX triplet: BC, 20 and 9F. RGB value is (188,32,159). Sum of RGB (Red+Green+Blue) = 188+32+159=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC209F is #43DF60. Grayscale: #5C5C5C. Windows color (decimal): -4448097 or 10428604. OLE color: 10428604.
HSL color Cylindrical-coordinate representation of color #BC209F: hue angle of 311.15º 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 #BC209F is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 159 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.26 |
| HSL | 311.15º | 0.71% | 0.43% | - |
| HSV(B) | 311.15º | 0.83% | 0.74% | - |
| XYZ | 27.51 | 14.23 | 34.1 | - |
| YUV | 93.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 159 | 0 | 0.83 | 0.15 | 0.26 | 311.15 | 0.71 | 0.43 |
| Hex | BC | 20 | 9F | 0 | 53 | F | 1A | 137 | 47 | 2B |
| Octal | 274 | 40 | 237 | 0 | 123 | 17 | 32 | 467 | 107 | 53 |
| Binary | 10111100 | 100000 | 10011111 | 0 | 1010011 | 1111 | 11010 | 100110111 | 1000111 | 101011 |
Color Harmonies of #BC209F
Complementary color
Monochromatic Colors of #BC209F
Black with #BC209F
Text Example
Text Example
White with #BC209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC209F; }
p { color: rgb(188,32,159); }
H1.HeaderClassName
{
color: #BC209F;
}
.AnyTagClassName
{
color: #BC209F;
}
</style>
background-color css
<style>
a { background-color: #BC209F; }
a { background-color: rgb(188,32,159); }
div.DivClassName
{
background-color: #BC209F;
}
.BgClassName
{
background-color: #BC209F;
}
</style>
border-color css
<style>
span { border-color: #BC209F; }
span { border-color: rgb(188,32,159); }
td.TdClassName
{
border-color: #BC209F;
}
.TagClassName
{
border-color: #BC209F;
}
</style>