Shades of Medium Violet Red #BC22A1
Tints of Medium Violet Red #BC22A1
RGB
CMYK
RGB Variations
Color information
#BC22A1 (or 0xBC22A1) is known color: Medium Violet Red. HEX triplet: BC, 22 and A1. RGB value is (188,34,161). Sum of RGB (Red+Green+Blue) = 188+34+161=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC22A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC22A1 is #43DD5E. Grayscale: #5E5E5E. Windows color (decimal): -4447583 or 10560188. OLE color: 10560188.
HSL color Cylindrical-coordinate representation of color #BC22A1: hue angle of 310.52º 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 #BC22A1 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 161 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.26 |
| HSL | 310.52º | 0.69% | 0.44% | - |
| HSV(B) | 310.52º | 0.82% | 0.74% | - |
| XYZ | 27.74 | 14.41 | 35.04 | - |
| YUV | 94.52 | 165.52 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 161 | 0 | 0.82 | 0.14 | 0.26 | 310.52 | 0.69 | 0.44 |
| Hex | BC | 22 | A1 | 0 | 52 | E | 1A | 137 | 45 | 2C |
| Octal | 274 | 42 | 241 | 0 | 122 | 16 | 32 | 467 | 105 | 54 |
| Binary | 10111100 | 100010 | 10100001 | 0 | 1010010 | 1110 | 11010 | 100110111 | 1000101 | 101100 |
Color Harmonies of #BC22A1
Complementary color
Monochromatic Colors of #BC22A1
Black with #BC22A1
Text Example
Text Example
White with #BC22A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22A1; }
p { color: rgb(188,34,161); }
H1.HeaderClassName
{
color: #BC22A1;
}
.AnyTagClassName
{
color: #BC22A1;
}
</style>
background-color css
<style>
a { background-color: #BC22A1; }
a { background-color: rgb(188,34,161); }
div.DivClassName
{
background-color: #BC22A1;
}
.BgClassName
{
background-color: #BC22A1;
}
</style>
border-color css
<style>
span { border-color: #BC22A1; }
span { border-color: rgb(188,34,161); }
td.TdClassName
{
border-color: #BC22A1;
}
.TagClassName
{
border-color: #BC22A1;
}
</style>