Shades of Medium Violet Red #BC216C
Tints of Medium Violet Red #BC216C
RGB
CMYK
RGB Variations
Color information
#BC216C (or 0xBC216C) is known color: Medium Violet Red. HEX triplet: BC, 21 and 6C. RGB value is (188,33,108). Sum of RGB (Red+Green+Blue) = 188+33+108=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC216C is #43DE93. Grayscale: #575757. Windows color (decimal): -4447892 or 7086524. OLE color: 7086524.
HSL color Cylindrical-coordinate representation of color #BC216C: hue angle of 330.97º 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 #BC216C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 108 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.26 |
| HSL | 330.97º | 0.7% | 0.43% | - |
| HSV(B) | 330.97º | 0.82% | 0.74% | - |
| XYZ | 23.99 | 12.86 | 15.41 | - |
| YUV | 87.9 | 139.35 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 108 | 0 | 0.82 | 0.43 | 0.26 | 330.97 | 0.7 | 0.43 |
| Hex | BC | 21 | 6C | 0 | 52 | 2B | 1A | 14B | 46 | 2B |
| Octal | 274 | 41 | 154 | 0 | 122 | 53 | 32 | 513 | 106 | 53 |
| Binary | 10111100 | 100001 | 1101100 | 0 | 1010010 | 101011 | 11010 | 101001011 | 1000110 | 101011 |
Color Harmonies of #BC216C
Complementary color
Monochromatic Colors of #BC216C
Black with #BC216C
Text Example
Text Example
White with #BC216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC216C; }
p { color: rgb(188,33,108); }
H1.HeaderClassName
{
color: #BC216C;
}
.AnyTagClassName
{
color: #BC216C;
}
</style>
background-color css
<style>
a { background-color: #BC216C; }
a { background-color: rgb(188,33,108); }
div.DivClassName
{
background-color: #BC216C;
}
.BgClassName
{
background-color: #BC216C;
}
</style>
border-color css
<style>
span { border-color: #BC216C; }
span { border-color: rgb(188,33,108); }
td.TdClassName
{
border-color: #BC216C;
}
.TagClassName
{
border-color: #BC216C;
}
</style>