Shades of Medium Violet Red #BC218A
Tints of Medium Violet Red #BC218A
RGB
CMYK
RGB Variations
Color information
#BC218A (or 0xBC218A) is known color: Medium Violet Red. HEX triplet: BC, 21 and 8A. RGB value is (188,33,138). Sum of RGB (Red+Green+Blue) = 188+33+138=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC218A is #43DE75. Grayscale: #5B5B5B. Windows color (decimal): -4447862 or 9052604. OLE color: 9052604.
HSL color Cylindrical-coordinate representation of color #BC218A: hue angle of 319.35º 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 #BC218A is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 138 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.26 |
| HSL | 319.35º | 0.7% | 0.43% | - |
| HSV(B) | 319.35º | 0.82% | 0.74% | - |
| XYZ | 25.87 | 13.61 | 25.31 | - |
| YUV | 91.32 | 154.35 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 138 | 0 | 0.82 | 0.27 | 0.26 | 319.35 | 0.7 | 0.43 |
| Hex | BC | 21 | 8A | 0 | 52 | 1B | 1A | 13F | 46 | 2B |
| Octal | 274 | 41 | 212 | 0 | 122 | 33 | 32 | 477 | 106 | 53 |
| Binary | 10111100 | 100001 | 10001010 | 0 | 1010010 | 11011 | 11010 | 100111111 | 1000110 | 101011 |
Color Harmonies of #BC218A
Complementary color
Monochromatic Colors of #BC218A
Black with #BC218A
Text Example
Text Example
White with #BC218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC218A; }
p { color: rgb(188,33,138); }
H1.HeaderClassName
{
color: #BC218A;
}
.AnyTagClassName
{
color: #BC218A;
}
</style>
background-color css
<style>
a { background-color: #BC218A; }
a { background-color: rgb(188,33,138); }
div.DivClassName
{
background-color: #BC218A;
}
.BgClassName
{
background-color: #BC218A;
}
</style>
border-color css
<style>
span { border-color: #BC218A; }
span { border-color: rgb(188,33,138); }
td.TdClassName
{
border-color: #BC218A;
}
.TagClassName
{
border-color: #BC218A;
}
</style>