Shades of Medium Violet Red #BC1AAA
Tints of Medium Violet Red #BC1AAA
RGB
CMYK
RGB Variations
Color information
#BC1AAA (or 0xBC1AAA) is known color: Medium Violet Red. HEX triplet: BC, 1A and AA. RGB value is (188,26,170). Sum of RGB (Red+Green+Blue) = 188+26+170=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AAA is #43E555. Grayscale: #5A5A5A. Windows color (decimal): -4449622 or 11147964. OLE color: 11147964.
HSL color Cylindrical-coordinate representation of color #BC1AAA: hue angle of 306.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1AAA is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 170 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.26 |
| HSL | 306.67º | 0.76% | 0.42% | - |
| HSV(B) | 306.67º | 0.86% | 0.74% | - |
| XYZ | 28.36 | 14.33 | 39.3 | - |
| YUV | 90.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 170 | 0 | 0.86 | 0.10 | 0.26 | 306.67 | 0.76 | 0.42 |
| Hex | BC | 1A | AA | 0 | 56 | A | 1A | 133 | 4C | 2A |
| Octal | 274 | 32 | 252 | 0 | 126 | 12 | 32 | 463 | 114 | 52 |
| Binary | 10111100 | 11010 | 10101010 | 0 | 1010110 | 1010 | 11010 | 100110011 | 1001100 | 101010 |
Color Harmonies of #BC1AAA
Complementary color
Monochromatic Colors of #BC1AAA
Black with #BC1AAA
Text Example
Text Example
White with #BC1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AAA; }
p { color: rgb(188,26,170); }
H1.HeaderClassName
{
color: #BC1AAA;
}
.AnyTagClassName
{
color: #BC1AAA;
}
</style>
background-color css
<style>
a { background-color: #BC1AAA; }
a { background-color: rgb(188,26,170); }
div.DivClassName
{
background-color: #BC1AAA;
}
.BgClassName
{
background-color: #BC1AAA;
}
</style>
border-color css
<style>
span { border-color: #BC1AAA; }
span { border-color: rgb(188,26,170); }
td.TdClassName
{
border-color: #BC1AAA;
}
.TagClassName
{
border-color: #BC1AAA;
}
</style>