Shades of Medium Violet Red #BC21AC
Tints of Medium Violet Red #BC21AC
RGB
CMYK
RGB Variations
Color information
#BC21AC (or 0xBC21AC) is known color: Medium Violet Red. HEX triplet: BC, 21 and AC. RGB value is (188,33,172). Sum of RGB (Red+Green+Blue) = 188+33+172=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC21AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC21AC is #43DE53. Grayscale: #5E5E5E. Windows color (decimal): -4447828 or 11280828. OLE color: 11280828.
HSL color Cylindrical-coordinate representation of color #BC21AC: hue angle of 306.19º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC21AC is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 172 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.26 |
| HSL | 306.19º | 0.7% | 0.43% | - |
| HSV(B) | 306.19º | 0.82% | 0.74% | - |
| XYZ | 28.73 | 14.76 | 40.36 | - |
| YUV | 95.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 172 | 0 | 0.82 | 0.09 | 0.26 | 306.19 | 0.7 | 0.43 |
| Hex | BC | 21 | AC | 0 | 52 | 9 | 1A | 132 | 46 | 2B |
| Octal | 274 | 41 | 254 | 0 | 122 | 11 | 32 | 462 | 106 | 53 |
| Binary | 10111100 | 100001 | 10101100 | 0 | 1010010 | 1001 | 11010 | 100110010 | 1000110 | 101011 |
Color Harmonies of #BC21AC
Complementary color
Monochromatic Colors of #BC21AC
Black with #BC21AC
Text Example
Text Example
White with #BC21AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21AC; }
p { color: rgb(188,33,172); }
H1.HeaderClassName
{
color: #BC21AC;
}
.AnyTagClassName
{
color: #BC21AC;
}
</style>
background-color css
<style>
a { background-color: #BC21AC; }
a { background-color: rgb(188,33,172); }
div.DivClassName
{
background-color: #BC21AC;
}
.BgClassName
{
background-color: #BC21AC;
}
</style>
border-color css
<style>
span { border-color: #BC21AC; }
span { border-color: rgb(188,33,172); }
td.TdClassName
{
border-color: #BC21AC;
}
.TagClassName
{
border-color: #BC21AC;
}
</style>