Shades of Medium Violet Red #BC21A0
Tints of Medium Violet Red #BC21A0
RGB
CMYK
RGB Variations
Color information
#BC21A0 (or 0xBC21A0) is known color: Medium Violet Red. HEX triplet: BC, 21 and A0. RGB value is (188,33,160). Sum of RGB (Red+Green+Blue) = 188+33+160=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC21A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC21A0 is #43DE5F. Grayscale: #5D5D5D. Windows color (decimal): -4447840 or 10494396. OLE color: 10494396.
HSL color Cylindrical-coordinate representation of color #BC21A0: hue angle of 310.84º 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 #BC21A0 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 160 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.26 |
| HSL | 310.84º | 0.7% | 0.43% | - |
| HSV(B) | 310.84º | 0.82% | 0.74% | - |
| XYZ | 27.63 | 14.32 | 34.57 | - |
| YUV | 93.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 160 | 0 | 0.82 | 0.15 | 0.26 | 310.84 | 0.7 | 0.43 |
| Hex | BC | 21 | A0 | 0 | 52 | F | 1A | 137 | 46 | 2B |
| Octal | 274 | 41 | 240 | 0 | 122 | 17 | 32 | 467 | 106 | 53 |
| Binary | 10111100 | 100001 | 10100000 | 0 | 1010010 | 1111 | 11010 | 100110111 | 1000110 | 101011 |
Color Harmonies of #BC21A0
Complementary color
Monochromatic Colors of #BC21A0
Black with #BC21A0
Text Example
Text Example
White with #BC21A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21A0; }
p { color: rgb(188,33,160); }
H1.HeaderClassName
{
color: #BC21A0;
}
.AnyTagClassName
{
color: #BC21A0;
}
</style>
background-color css
<style>
a { background-color: #BC21A0; }
a { background-color: rgb(188,33,160); }
div.DivClassName
{
background-color: #BC21A0;
}
.BgClassName
{
background-color: #BC21A0;
}
</style>
border-color css
<style>
span { border-color: #BC21A0; }
span { border-color: rgb(188,33,160); }
td.TdClassName
{
border-color: #BC21A0;
}
.TagClassName
{
border-color: #BC21A0;
}
</style>