Shades of Medium Violet Red #BC22A0
Tints of Medium Violet Red #BC22A0
RGB
CMYK
RGB Variations
Color information
#BC22A0 (or 0xBC22A0) is known color: Medium Violet Red. HEX triplet: BC, 22 and A0. RGB value is (188,34,160). Sum of RGB (Red+Green+Blue) = 188+34+160=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC22A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC22A0 is #43DD5F. Grayscale: #5E5E5E. Windows color (decimal): -4447584 or 10494652. OLE color: 10494652.
HSL color Cylindrical-coordinate representation of color #BC22A0: hue angle of 310.91º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC22A0 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 160 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.26 |
| HSL | 310.91º | 0.69% | 0.44% | - |
| HSV(B) | 310.91º | 0.82% | 0.74% | - |
| XYZ | 27.66 | 14.37 | 34.57 | - |
| YUV | 94.41 | 165.02 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 160 | 0 | 0.82 | 0.15 | 0.26 | 310.91 | 0.69 | 0.44 |
| Hex | BC | 22 | A0 | 0 | 52 | F | 1A | 137 | 45 | 2C |
| Octal | 274 | 42 | 240 | 0 | 122 | 17 | 32 | 467 | 105 | 54 |
| Binary | 10111100 | 100010 | 10100000 | 0 | 1010010 | 1111 | 11010 | 100110111 | 1000101 | 101100 |
Color Harmonies of #BC22A0
Complementary color
Monochromatic Colors of #BC22A0
Black with #BC22A0
Text Example
Text Example
White with #BC22A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22A0; }
p { color: rgb(188,34,160); }
H1.HeaderClassName
{
color: #BC22A0;
}
.AnyTagClassName
{
color: #BC22A0;
}
</style>
background-color css
<style>
a { background-color: #BC22A0; }
a { background-color: rgb(188,34,160); }
div.DivClassName
{
background-color: #BC22A0;
}
.BgClassName
{
background-color: #BC22A0;
}
</style>
border-color css
<style>
span { border-color: #BC22A0; }
span { border-color: rgb(188,34,160); }
td.TdClassName
{
border-color: #BC22A0;
}
.TagClassName
{
border-color: #BC22A0;
}
</style>