Shades of Medium Violet Red #BC20A3
Tints of Medium Violet Red #BC20A3
RGB
CMYK
RGB Variations
Color information
#BC20A3 (or 0xBC20A3) is known color: Medium Violet Red. HEX triplet: BC, 20 and A3. RGB value is (188,32,163). Sum of RGB (Red+Green+Blue) = 188+32+163=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC20A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC20A3 is #43DF5C. Grayscale: #5D5D5D. Windows color (decimal): -4448093 or 10690748. OLE color: 10690748.
HSL color Cylindrical-coordinate representation of color #BC20A3: hue angle of 309.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC20A3 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 163 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.26 |
| HSL | 309.62º | 0.71% | 0.43% | - |
| HSV(B) | 309.62º | 0.83% | 0.74% | - |
| XYZ | 27.87 | 14.37 | 35.96 | - |
| YUV | 93.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 163 | 0 | 0.83 | 0.13 | 0.26 | 309.62 | 0.71 | 0.43 |
| Hex | BC | 20 | A3 | 0 | 53 | D | 1A | 136 | 47 | 2B |
| Octal | 274 | 40 | 243 | 0 | 123 | 15 | 32 | 466 | 107 | 53 |
| Binary | 10111100 | 100000 | 10100011 | 0 | 1010011 | 1101 | 11010 | 100110110 | 1000111 | 101011 |
Color Harmonies of #BC20A3
Complementary color
Monochromatic Colors of #BC20A3
Black with #BC20A3
Text Example
Text Example
White with #BC20A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20A3; }
p { color: rgb(188,32,163); }
H1.HeaderClassName
{
color: #BC20A3;
}
.AnyTagClassName
{
color: #BC20A3;
}
</style>
background-color css
<style>
a { background-color: #BC20A3; }
a { background-color: rgb(188,32,163); }
div.DivClassName
{
background-color: #BC20A3;
}
.BgClassName
{
background-color: #BC20A3;
}
</style>
border-color css
<style>
span { border-color: #BC20A3; }
span { border-color: rgb(188,32,163); }
td.TdClassName
{
border-color: #BC20A3;
}
.TagClassName
{
border-color: #BC20A3;
}
</style>