Shades of Medium Violet Red #BC22AB
Tints of Medium Violet Red #BC22AB
RGB
CMYK
RGB Variations
Color information
#BC22AB (or 0xBC22AB) is known color: Medium Violet Red. HEX triplet: BC, 22 and AB. RGB value is (188,34,171). Sum of RGB (Red+Green+Blue) = 188+34+171=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC22AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC22AB is #43DD54. Grayscale: #5F5F5F. Windows color (decimal): -4447573 or 11215548. OLE color: 11215548.
HSL color Cylindrical-coordinate representation of color #BC22AB: hue angle of 306.62º 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 #BC22AB is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 171 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.26 |
| HSL | 306.62º | 0.69% | 0.44% | - |
| HSV(B) | 306.62º | 0.82% | 0.74% | - |
| XYZ | 28.66 | 14.78 | 39.87 | - |
| YUV | 95.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 171 | 0 | 0.82 | 0.09 | 0.26 | 306.62 | 0.69 | 0.44 |
| Hex | BC | 22 | AB | 0 | 52 | 9 | 1A | 133 | 45 | 2C |
| Octal | 274 | 42 | 253 | 0 | 122 | 11 | 32 | 463 | 105 | 54 |
| Binary | 10111100 | 100010 | 10101011 | 0 | 1010010 | 1001 | 11010 | 100110011 | 1000101 | 101100 |
Color Harmonies of #BC22AB
Complementary color
Monochromatic Colors of #BC22AB
Black with #BC22AB
Text Example
Text Example
White with #BC22AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22AB; }
p { color: rgb(188,34,171); }
H1.HeaderClassName
{
color: #BC22AB;
}
.AnyTagClassName
{
color: #BC22AB;
}
</style>
background-color css
<style>
a { background-color: #BC22AB; }
a { background-color: rgb(188,34,171); }
div.DivClassName
{
background-color: #BC22AB;
}
.BgClassName
{
background-color: #BC22AB;
}
</style>
border-color css
<style>
span { border-color: #BC22AB; }
span { border-color: rgb(188,34,171); }
td.TdClassName
{
border-color: #BC22AB;
}
.TagClassName
{
border-color: #BC22AB;
}
</style>