Shades of Medium Violet Red #BC216D
Tints of Medium Violet Red #BC216D
RGB
CMYK
RGB Variations
Color information
#BC216D (or 0xBC216D) is known color: Medium Violet Red. HEX triplet: BC, 21 and 6D. RGB value is (188,33,109). Sum of RGB (Red+Green+Blue) = 188+33+109=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC216D is #43DE92. Grayscale: #575757. Windows color (decimal): -4447891 or 7152060. OLE color: 7152060.
HSL color Cylindrical-coordinate representation of color #BC216D: hue angle of 330.58º 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 #BC216D is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 109 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.26 |
| HSL | 330.58º | 0.7% | 0.43% | - |
| HSV(B) | 330.58º | 0.82% | 0.74% | - |
| XYZ | 24.04 | 12.88 | 15.69 | - |
| YUV | 88.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 109 | 0 | 0.82 | 0.42 | 0.26 | 330.58 | 0.7 | 0.43 |
| Hex | BC | 21 | 6D | 0 | 52 | 2A | 1A | 14B | 46 | 2B |
| Octal | 274 | 41 | 155 | 0 | 122 | 52 | 32 | 513 | 106 | 53 |
| Binary | 10111100 | 100001 | 1101101 | 0 | 1010010 | 101010 | 11010 | 101001011 | 1000110 | 101011 |
Color Harmonies of #BC216D
Complementary color
Monochromatic Colors of #BC216D
Black with #BC216D
Text Example
Text Example
White with #BC216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC216D; }
p { color: rgb(188,33,109); }
H1.HeaderClassName
{
color: #BC216D;
}
.AnyTagClassName
{
color: #BC216D;
}
</style>
background-color css
<style>
a { background-color: #BC216D; }
a { background-color: rgb(188,33,109); }
div.DivClassName
{
background-color: #BC216D;
}
.BgClassName
{
background-color: #BC216D;
}
</style>
border-color css
<style>
span { border-color: #BC216D; }
span { border-color: rgb(188,33,109); }
td.TdClassName
{
border-color: #BC216D;
}
.TagClassName
{
border-color: #BC216D;
}
</style>