Shades of Medium Violet Red #BC207E
Tints of Medium Violet Red #BC207E
RGB
CMYK
RGB Variations
Color information
#BC207E (or 0xBC207E) is known color: Medium Violet Red. HEX triplet: BC, 20 and 7E. RGB value is (188,32,126). Sum of RGB (Red+Green+Blue) = 188+32+126=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC207E is #43DF81. Grayscale: #595959. Windows color (decimal): -4448130 or 8265916. OLE color: 8265916.
HSL color Cylindrical-coordinate representation of color #BC207E: hue angle of 323.85º 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 #BC207E is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 126 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.26 |
| HSL | 323.85º | 0.71% | 0.43% | - |
| HSV(B) | 323.85º | 0.83% | 0.74% | - |
| XYZ | 25.02 | 13.23 | 20.97 | - |
| YUV | 89.36 | 148.68 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 126 | 0 | 0.83 | 0.33 | 0.26 | 323.85 | 0.71 | 0.43 |
| Hex | BC | 20 | 7E | 0 | 53 | 21 | 1A | 144 | 47 | 2B |
| Octal | 274 | 40 | 176 | 0 | 123 | 41 | 32 | 504 | 107 | 53 |
| Binary | 10111100 | 100000 | 1111110 | 0 | 1010011 | 100001 | 11010 | 101000100 | 1000111 | 101011 |
Color Harmonies of #BC207E
Complementary color
Monochromatic Colors of #BC207E
Black with #BC207E
Text Example
Text Example
White with #BC207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC207E; }
p { color: rgb(188,32,126); }
H1.HeaderClassName
{
color: #BC207E;
}
.AnyTagClassName
{
color: #BC207E;
}
</style>
background-color css
<style>
a { background-color: #BC207E; }
a { background-color: rgb(188,32,126); }
div.DivClassName
{
background-color: #BC207E;
}
.BgClassName
{
background-color: #BC207E;
}
</style>
border-color css
<style>
span { border-color: #BC207E; }
span { border-color: rgb(188,32,126); }
td.TdClassName
{
border-color: #BC207E;
}
.TagClassName
{
border-color: #BC207E;
}
</style>