Shades of Medium Violet Red #BC218D
Tints of Medium Violet Red #BC218D
RGB
CMYK
RGB Variations
Color information
#BC218D (or 0xBC218D) is known color: Medium Violet Red. HEX triplet: BC, 21 and 8D. RGB value is (188,33,141). Sum of RGB (Red+Green+Blue) = 188+33+141=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC218D is #43DE72. Grayscale: #5B5B5B. Windows color (decimal): -4447859 or 9249212. OLE color: 9249212.
HSL color Cylindrical-coordinate representation of color #BC218D: hue angle of 318.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 #BC218D is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 141 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.26 |
| HSL | 318.19º | 0.7% | 0.43% | - |
| HSV(B) | 318.19º | 0.82% | 0.74% | - |
| XYZ | 26.09 | 13.7 | 26.47 | - |
| YUV | 91.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 141 | 0 | 0.82 | 0.25 | 0.26 | 318.19 | 0.7 | 0.43 |
| Hex | BC | 21 | 8D | 0 | 52 | 19 | 1A | 13E | 46 | 2B |
| Octal | 274 | 41 | 215 | 0 | 122 | 31 | 32 | 476 | 106 | 53 |
| Binary | 10111100 | 100001 | 10001101 | 0 | 1010010 | 11001 | 11010 | 100111110 | 1000110 | 101011 |
Color Harmonies of #BC218D
Complementary color
Monochromatic Colors of #BC218D
Black with #BC218D
Text Example
Text Example
White with #BC218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC218D; }
p { color: rgb(188,33,141); }
H1.HeaderClassName
{
color: #BC218D;
}
.AnyTagClassName
{
color: #BC218D;
}
</style>
background-color css
<style>
a { background-color: #BC218D; }
a { background-color: rgb(188,33,141); }
div.DivClassName
{
background-color: #BC218D;
}
.BgClassName
{
background-color: #BC218D;
}
</style>
border-color css
<style>
span { border-color: #BC218D; }
span { border-color: rgb(188,33,141); }
td.TdClassName
{
border-color: #BC218D;
}
.TagClassName
{
border-color: #BC218D;
}
</style>