Shades of Medium Violet Red #BC206F
Tints of Medium Violet Red #BC206F
RGB
CMYK
RGB Variations
Color information
#BC206F (or 0xBC206F) is known color: Medium Violet Red. HEX triplet: BC, 20 and 6F. RGB value is (188,32,111). Sum of RGB (Red+Green+Blue) = 188+32+111=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC206F is #43DF90. Grayscale: #575757. Windows color (decimal): -4448145 or 7282876. OLE color: 7282876.
HSL color Cylindrical-coordinate representation of color #BC206F: hue angle of 329.62º 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 #BC206F is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 111 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.26 |
| HSL | 329.62º | 0.71% | 0.43% | - |
| HSV(B) | 329.62º | 0.83% | 0.74% | - |
| XYZ | 24.12 | 12.87 | 16.25 | - |
| YUV | 87.65 | 141.18 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 111 | 0 | 0.83 | 0.41 | 0.26 | 329.62 | 0.71 | 0.43 |
| Hex | BC | 20 | 6F | 0 | 53 | 29 | 1A | 14A | 47 | 2B |
| Octal | 274 | 40 | 157 | 0 | 123 | 51 | 32 | 512 | 107 | 53 |
| Binary | 10111100 | 100000 | 1101111 | 0 | 1010011 | 101001 | 11010 | 101001010 | 1000111 | 101011 |
Color Harmonies of #BC206F
Complementary color
Monochromatic Colors of #BC206F
Black with #BC206F
Text Example
Text Example
White with #BC206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC206F; }
p { color: rgb(188,32,111); }
H1.HeaderClassName
{
color: #BC206F;
}
.AnyTagClassName
{
color: #BC206F;
}
</style>
background-color css
<style>
a { background-color: #BC206F; }
a { background-color: rgb(188,32,111); }
div.DivClassName
{
background-color: #BC206F;
}
.BgClassName
{
background-color: #BC206F;
}
</style>
border-color css
<style>
span { border-color: #BC206F; }
span { border-color: rgb(188,32,111); }
td.TdClassName
{
border-color: #BC206F;
}
.TagClassName
{
border-color: #BC206F;
}
</style>