Shades of Medium Violet Red #BC218E
Tints of Medium Violet Red #BC218E
RGB
CMYK
RGB Variations
Color information
#BC218E (or 0xBC218E) is known color: Medium Violet Red. HEX triplet: BC, 21 and 8E. RGB value is (188,33,142). Sum of RGB (Red+Green+Blue) = 188+33+142=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC218E is #43DE71. Grayscale: #5B5B5B. Windows color (decimal): -4447858 or 9314748. OLE color: 9314748.
HSL color Cylindrical-coordinate representation of color #BC218E: hue angle of 317.81º 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 #BC218E is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 142 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.26 |
| HSL | 317.81º | 0.7% | 0.43% | - |
| HSV(B) | 317.81º | 0.82% | 0.74% | - |
| XYZ | 26.17 | 13.73 | 26.86 | - |
| YUV | 91.77 | 156.35 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 142 | 0 | 0.82 | 0.24 | 0.26 | 317.81 | 0.7 | 0.43 |
| Hex | BC | 21 | 8E | 0 | 52 | 18 | 1A | 13E | 46 | 2B |
| Octal | 274 | 41 | 216 | 0 | 122 | 30 | 32 | 476 | 106 | 53 |
| Binary | 10111100 | 100001 | 10001110 | 0 | 1010010 | 11000 | 11010 | 100111110 | 1000110 | 101011 |
Color Harmonies of #BC218E
Complementary color
Monochromatic Colors of #BC218E
Black with #BC218E
Text Example
Text Example
White with #BC218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC218E; }
p { color: rgb(188,33,142); }
H1.HeaderClassName
{
color: #BC218E;
}
.AnyTagClassName
{
color: #BC218E;
}
</style>
background-color css
<style>
a { background-color: #BC218E; }
a { background-color: rgb(188,33,142); }
div.DivClassName
{
background-color: #BC218E;
}
.BgClassName
{
background-color: #BC218E;
}
</style>
border-color css
<style>
span { border-color: #BC218E; }
span { border-color: rgb(188,33,142); }
td.TdClassName
{
border-color: #BC218E;
}
.TagClassName
{
border-color: #BC218E;
}
</style>