Shades of Medium Violet Red #BC22A2
Tints of Medium Violet Red #BC22A2
RGB
CMYK
RGB Variations
Color information
#BC22A2 (or 0xBC22A2) is known color: Medium Violet Red. HEX triplet: BC, 22 and A2. RGB value is (188,34,162). Sum of RGB (Red+Green+Blue) = 188+34+162=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC22A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC22A2 is #43DD5D. Grayscale: #5E5E5E. Windows color (decimal): -4447582 or 10625724. OLE color: 10625724.
HSL color Cylindrical-coordinate representation of color #BC22A2: hue angle of 310.13º 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 #BC22A2 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 162 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.26 |
| HSL | 310.13º | 0.69% | 0.44% | - |
| HSV(B) | 310.13º | 0.82% | 0.74% | - |
| XYZ | 27.83 | 14.44 | 35.5 | - |
| YUV | 94.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 162 | 0 | 0.82 | 0.14 | 0.26 | 310.13 | 0.69 | 0.44 |
| Hex | BC | 22 | A2 | 0 | 52 | E | 1A | 136 | 45 | 2C |
| Octal | 274 | 42 | 242 | 0 | 122 | 16 | 32 | 466 | 105 | 54 |
| Binary | 10111100 | 100010 | 10100010 | 0 | 1010010 | 1110 | 11010 | 100110110 | 1000101 | 101100 |
Color Harmonies of #BC22A2
Complementary color
Monochromatic Colors of #BC22A2
Black with #BC22A2
Text Example
Text Example
White with #BC22A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22A2; }
p { color: rgb(188,34,162); }
H1.HeaderClassName
{
color: #BC22A2;
}
.AnyTagClassName
{
color: #BC22A2;
}
</style>
background-color css
<style>
a { background-color: #BC22A2; }
a { background-color: rgb(188,34,162); }
div.DivClassName
{
background-color: #BC22A2;
}
.BgClassName
{
background-color: #BC22A2;
}
</style>
border-color css
<style>
span { border-color: #BC22A2; }
span { border-color: rgb(188,34,162); }
td.TdClassName
{
border-color: #BC22A2;
}
.TagClassName
{
border-color: #BC22A2;
}
</style>