Shades of Medium Violet Red #BC207B
Tints of Medium Violet Red #BC207B
RGB
CMYK
RGB Variations
Color information
#BC207B (or 0xBC207B) is known color: Medium Violet Red. HEX triplet: BC, 20 and 7B. RGB value is (188,32,123). Sum of RGB (Red+Green+Blue) = 188+32+123=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC207B is #43DF84. Grayscale: #585858. Windows color (decimal): -4448133 or 8069308. OLE color: 8069308.
HSL color Cylindrical-coordinate representation of color #BC207B: hue angle of 325º 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 #BC207B is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 123 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.26 |
| HSL | 325º | 0.71% | 0.43% | - |
| HSV(B) | 325º | 0.83% | 0.74% | - |
| XYZ | 24.83 | 13.15 | 19.97 | - |
| YUV | 89.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 123 | 0 | 0.83 | 0.35 | 0.26 | 325 | 0.71 | 0.43 |
| Hex | BC | 20 | 7B | 0 | 53 | 23 | 1A | 145 | 47 | 2B |
| Octal | 274 | 40 | 173 | 0 | 123 | 43 | 32 | 505 | 107 | 53 |
| Binary | 10111100 | 100000 | 1111011 | 0 | 1010011 | 100011 | 11010 | 101000101 | 1000111 | 101011 |
Color Harmonies of #BC207B
Complementary color
Monochromatic Colors of #BC207B
Black with #BC207B
Text Example
Text Example
White with #BC207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC207B; }
p { color: rgb(188,32,123); }
H1.HeaderClassName
{
color: #BC207B;
}
.AnyTagClassName
{
color: #BC207B;
}
</style>
background-color css
<style>
a { background-color: #BC207B; }
a { background-color: rgb(188,32,123); }
div.DivClassName
{
background-color: #BC207B;
}
.BgClassName
{
background-color: #BC207B;
}
</style>
border-color css
<style>
span { border-color: #BC207B; }
span { border-color: rgb(188,32,123); }
td.TdClassName
{
border-color: #BC207B;
}
.TagClassName
{
border-color: #BC207B;
}
</style>