Shades of Medium Violet Red #BC216E
Tints of Medium Violet Red #BC216E
RGB
CMYK
RGB Variations
Color information
#BC216E (or 0xBC216E) is known color: Medium Violet Red. HEX triplet: BC, 21 and 6E. RGB value is (188,33,110). Sum of RGB (Red+Green+Blue) = 188+33+110=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC216E is #43DE91. Grayscale: #575757. Windows color (decimal): -4447890 or 7217596. OLE color: 7217596.
HSL color Cylindrical-coordinate representation of color #BC216E: hue angle of 330.19º 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 #BC216E is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 110 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.26 |
| HSL | 330.19º | 0.7% | 0.43% | - |
| HSV(B) | 330.19º | 0.82% | 0.74% | - |
| XYZ | 24.1 | 12.9 | 15.97 | - |
| YUV | 88.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 110 | 0 | 0.82 | 0.41 | 0.26 | 330.19 | 0.7 | 0.43 |
| Hex | BC | 21 | 6E | 0 | 52 | 29 | 1A | 14A | 46 | 2B |
| Octal | 274 | 41 | 156 | 0 | 122 | 51 | 32 | 512 | 106 | 53 |
| Binary | 10111100 | 100001 | 1101110 | 0 | 1010010 | 101001 | 11010 | 101001010 | 1000110 | 101011 |
Color Harmonies of #BC216E
Complementary color
Monochromatic Colors of #BC216E
Black with #BC216E
Text Example
Text Example
White with #BC216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC216E; }
p { color: rgb(188,33,110); }
H1.HeaderClassName
{
color: #BC216E;
}
.AnyTagClassName
{
color: #BC216E;
}
</style>
background-color css
<style>
a { background-color: #BC216E; }
a { background-color: rgb(188,33,110); }
div.DivClassName
{
background-color: #BC216E;
}
.BgClassName
{
background-color: #BC216E;
}
</style>
border-color css
<style>
span { border-color: #BC216E; }
span { border-color: rgb(188,33,110); }
td.TdClassName
{
border-color: #BC216E;
}
.TagClassName
{
border-color: #BC216E;
}
</style>