Shades of Medium Violet Red #BC20AB
Tints of Medium Violet Red #BC20AB
RGB
CMYK
RGB Variations
Color information
#BC20AB (or 0xBC20AB) is known color: Medium Violet Red. HEX triplet: BC, 20 and AB. RGB value is (188,32,171). Sum of RGB (Red+Green+Blue) = 188+32+171=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC20AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC20AB is #43DF54. Grayscale: #5E5E5E. Windows color (decimal): -4448085 or 11215036. OLE color: 11215036.
HSL color Cylindrical-coordinate representation of color #BC20AB: hue angle of 306.54º 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 #BC20AB is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 171 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.26 |
| HSL | 306.54º | 0.71% | 0.43% | - |
| HSV(B) | 306.54º | 0.83% | 0.74% | - |
| XYZ | 28.61 | 14.66 | 39.85 | - |
| YUV | 94.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 171 | 0 | 0.83 | 0.09 | 0.26 | 306.54 | 0.71 | 0.43 |
| Hex | BC | 20 | AB | 0 | 53 | 9 | 1A | 133 | 47 | 2B |
| Octal | 274 | 40 | 253 | 0 | 123 | 11 | 32 | 463 | 107 | 53 |
| Binary | 10111100 | 100000 | 10101011 | 0 | 1010011 | 1001 | 11010 | 100110011 | 1000111 | 101011 |
Color Harmonies of #BC20AB
Complementary color
Monochromatic Colors of #BC20AB
Black with #BC20AB
Text Example
Text Example
White with #BC20AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20AB; }
p { color: rgb(188,32,171); }
H1.HeaderClassName
{
color: #BC20AB;
}
.AnyTagClassName
{
color: #BC20AB;
}
</style>
background-color css
<style>
a { background-color: #BC20AB; }
a { background-color: rgb(188,32,171); }
div.DivClassName
{
background-color: #BC20AB;
}
.BgClassName
{
background-color: #BC20AB;
}
</style>
border-color css
<style>
span { border-color: #BC20AB; }
span { border-color: rgb(188,32,171); }
td.TdClassName
{
border-color: #BC20AB;
}
.TagClassName
{
border-color: #BC20AB;
}
</style>