Shades of Medium Violet Red #BC22A4
Tints of Medium Violet Red #BC22A4
RGB
CMYK
RGB Variations
Color information
#BC22A4 (or 0xBC22A4) is known color: Medium Violet Red. HEX triplet: BC, 22 and A4. RGB value is (188,34,164). Sum of RGB (Red+Green+Blue) = 188+34+164=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC22A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC22A4 is #43DD5B. Grayscale: #5E5E5E. Windows color (decimal): -4447580 or 10756796. OLE color: 10756796.
HSL color Cylindrical-coordinate representation of color #BC22A4: hue angle of 309.35º 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 #BC22A4 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 164 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.26 |
| HSL | 309.35º | 0.69% | 0.44% | - |
| HSV(B) | 309.35º | 0.82% | 0.74% | - |
| XYZ | 28.01 | 14.52 | 36.45 | - |
| YUV | 94.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 164 | 0 | 0.82 | 0.13 | 0.26 | 309.35 | 0.69 | 0.44 |
| Hex | BC | 22 | A4 | 0 | 52 | D | 1A | 135 | 45 | 2C |
| Octal | 274 | 42 | 244 | 0 | 122 | 15 | 32 | 465 | 105 | 54 |
| Binary | 10111100 | 100010 | 10100100 | 0 | 1010010 | 1101 | 11010 | 100110101 | 1000101 | 101100 |
Color Harmonies of #BC22A4
Complementary color
Monochromatic Colors of #BC22A4
Black with #BC22A4
Text Example
Text Example
White with #BC22A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22A4; }
p { color: rgb(188,34,164); }
H1.HeaderClassName
{
color: #BC22A4;
}
.AnyTagClassName
{
color: #BC22A4;
}
</style>
background-color css
<style>
a { background-color: #BC22A4; }
a { background-color: rgb(188,34,164); }
div.DivClassName
{
background-color: #BC22A4;
}
.BgClassName
{
background-color: #BC22A4;
}
</style>
border-color css
<style>
span { border-color: #BC22A4; }
span { border-color: rgb(188,34,164); }
td.TdClassName
{
border-color: #BC22A4;
}
.TagClassName
{
border-color: #BC22A4;
}
</style>