Shades of Medium Violet Red #BC208C
Tints of Medium Violet Red #BC208C
RGB
CMYK
RGB Variations
Color information
#BC208C (or 0xBC208C) is known color: Medium Violet Red. HEX triplet: BC, 20 and 8C. RGB value is (188,32,140). Sum of RGB (Red+Green+Blue) = 188+32+140=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC208C is #43DF73. Grayscale: #5A5A5A. Windows color (decimal): -4448116 or 9183420. OLE color: 9183420.
HSL color Cylindrical-coordinate representation of color #BC208C: hue angle of 318.46º 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 #BC208C is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 140 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.26 |
| HSL | 318.46º | 0.71% | 0.43% | - |
| HSV(B) | 318.46º | 0.83% | 0.74% | - |
| XYZ | 25.99 | 13.62 | 26.07 | - |
| YUV | 90.96 | 155.68 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 140 | 0 | 0.83 | 0.26 | 0.26 | 318.46 | 0.71 | 0.43 |
| Hex | BC | 20 | 8C | 0 | 53 | 1A | 1A | 13E | 47 | 2B |
| Octal | 274 | 40 | 214 | 0 | 123 | 32 | 32 | 476 | 107 | 53 |
| Binary | 10111100 | 100000 | 10001100 | 0 | 1010011 | 11010 | 11010 | 100111110 | 1000111 | 101011 |
Color Harmonies of #BC208C
Complementary color
Monochromatic Colors of #BC208C
Black with #BC208C
Text Example
Text Example
White with #BC208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC208C; }
p { color: rgb(188,32,140); }
H1.HeaderClassName
{
color: #BC208C;
}
.AnyTagClassName
{
color: #BC208C;
}
</style>
background-color css
<style>
a { background-color: #BC208C; }
a { background-color: rgb(188,32,140); }
div.DivClassName
{
background-color: #BC208C;
}
.BgClassName
{
background-color: #BC208C;
}
</style>
border-color css
<style>
span { border-color: #BC208C; }
span { border-color: rgb(188,32,140); }
td.TdClassName
{
border-color: #BC208C;
}
.TagClassName
{
border-color: #BC208C;
}
</style>