Shades of Medium Violet Red #BC219E
Tints of Medium Violet Red #BC219E
RGB
CMYK
RGB Variations
Color information
#BC219E (or 0xBC219E) is known color: Medium Violet Red. HEX triplet: BC, 21 and 9E. RGB value is (188,33,158). Sum of RGB (Red+Green+Blue) = 188+33+158=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC219E is #43DE61. Grayscale: #5D5D5D. Windows color (decimal): -4447842 or 10363324. OLE color: 10363324.
HSL color Cylindrical-coordinate representation of color #BC219E: hue angle of 311.61º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC219E is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 158 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.26 |
| HSL | 311.61º | 0.7% | 0.43% | - |
| HSV(B) | 311.61º | 0.82% | 0.74% | - |
| XYZ | 27.45 | 14.25 | 33.65 | - |
| YUV | 93.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 158 | 0 | 0.82 | 0.16 | 0.26 | 311.61 | 0.7 | 0.43 |
| Hex | BC | 21 | 9E | 0 | 52 | 10 | 1A | 138 | 46 | 2B |
| Octal | 274 | 41 | 236 | 0 | 122 | 20 | 32 | 470 | 106 | 53 |
| Binary | 10111100 | 100001 | 10011110 | 0 | 1010010 | 10000 | 11010 | 100111000 | 1000110 | 101011 |
Color Harmonies of #BC219E
Complementary color
Monochromatic Colors of #BC219E
Black with #BC219E
Text Example
Text Example
White with #BC219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC219E; }
p { color: rgb(188,33,158); }
H1.HeaderClassName
{
color: #BC219E;
}
.AnyTagClassName
{
color: #BC219E;
}
</style>
background-color css
<style>
a { background-color: #BC219E; }
a { background-color: rgb(188,33,158); }
div.DivClassName
{
background-color: #BC219E;
}
.BgClassName
{
background-color: #BC219E;
}
</style>
border-color css
<style>
span { border-color: #BC219E; }
span { border-color: rgb(188,33,158); }
td.TdClassName
{
border-color: #BC219E;
}
.TagClassName
{
border-color: #BC219E;
}
</style>