Shades of Medium Violet Red #BC207D
Tints of Medium Violet Red #BC207D
RGB
CMYK
RGB Variations
Color information
#BC207D (or 0xBC207D) is known color: Medium Violet Red. HEX triplet: BC, 20 and 7D. RGB value is (188,32,125). Sum of RGB (Red+Green+Blue) = 188+32+125=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC207D is #43DF82. Grayscale: #595959. Windows color (decimal): -4448131 or 8200380. OLE color: 8200380.
HSL color Cylindrical-coordinate representation of color #BC207D: hue angle of 324.23º 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 #BC207D is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 125 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.26 |
| HSL | 324.23º | 0.71% | 0.43% | - |
| HSV(B) | 324.23º | 0.83% | 0.74% | - |
| XYZ | 24.96 | 13.21 | 20.64 | - |
| YUV | 89.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 125 | 0 | 0.83 | 0.34 | 0.26 | 324.23 | 0.71 | 0.43 |
| Hex | BC | 20 | 7D | 0 | 53 | 22 | 1A | 144 | 47 | 2B |
| Octal | 274 | 40 | 175 | 0 | 123 | 42 | 32 | 504 | 107 | 53 |
| Binary | 10111100 | 100000 | 1111101 | 0 | 1010011 | 100010 | 11010 | 101000100 | 1000111 | 101011 |
Color Harmonies of #BC207D
Complementary color
Monochromatic Colors of #BC207D
Black with #BC207D
Text Example
Text Example
White with #BC207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC207D; }
p { color: rgb(188,32,125); }
H1.HeaderClassName
{
color: #BC207D;
}
.AnyTagClassName
{
color: #BC207D;
}
</style>
background-color css
<style>
a { background-color: #BC207D; }
a { background-color: rgb(188,32,125); }
div.DivClassName
{
background-color: #BC207D;
}
.BgClassName
{
background-color: #BC207D;
}
</style>
border-color css
<style>
span { border-color: #BC207D; }
span { border-color: rgb(188,32,125); }
td.TdClassName
{
border-color: #BC207D;
}
.TagClassName
{
border-color: #BC207D;
}
</style>