Shades of Medium Violet Red #BC206B
Tints of Medium Violet Red #BC206B
RGB
CMYK
RGB Variations
Color information
#BC206B (or 0xBC206B) is known color: Medium Violet Red. HEX triplet: BC, 20 and 6B. RGB value is (188,32,107). Sum of RGB (Red+Green+Blue) = 188+32+107=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC206B is #43DF94. Grayscale: #575757. Windows color (decimal): -4448149 or 7020732. OLE color: 7020732.
HSL color Cylindrical-coordinate representation of color #BC206B: hue angle of 331.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 #BC206B is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 107 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.26 |
| HSL | 331.15º | 0.71% | 0.43% | - |
| HSV(B) | 331.15º | 0.83% | 0.74% | - |
| XYZ | 23.91 | 12.79 | 15.12 | - |
| YUV | 87.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 107 | 0 | 0.83 | 0.43 | 0.26 | 331.15 | 0.71 | 0.43 |
| Hex | BC | 20 | 6B | 0 | 53 | 2B | 1A | 14B | 47 | 2B |
| Octal | 274 | 40 | 153 | 0 | 123 | 53 | 32 | 513 | 107 | 53 |
| Binary | 10111100 | 100000 | 1101011 | 0 | 1010011 | 101011 | 11010 | 101001011 | 1000111 | 101011 |
Color Harmonies of #BC206B
Complementary color
Monochromatic Colors of #BC206B
Black with #BC206B
Text Example
Text Example
White with #BC206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC206B; }
p { color: rgb(188,32,107); }
H1.HeaderClassName
{
color: #BC206B;
}
.AnyTagClassName
{
color: #BC206B;
}
</style>
background-color css
<style>
a { background-color: #BC206B; }
a { background-color: rgb(188,32,107); }
div.DivClassName
{
background-color: #BC206B;
}
.BgClassName
{
background-color: #BC206B;
}
</style>
border-color css
<style>
span { border-color: #BC206B; }
span { border-color: rgb(188,32,107); }
td.TdClassName
{
border-color: #BC206B;
}
.TagClassName
{
border-color: #BC206B;
}
</style>