Shades of Medium Red Violet #BC2AAA
Tints of Medium Red Violet #BC2AAA
RGB
CMYK
RGB Variations
Color information
#BC2AAA (or 0xBC2AAA) is known color: Medium Red Violet. HEX triplet: BC, 2A and AA. RGB value is (188,42,170). Sum of RGB (Red+Green+Blue) = 188+42+170=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2AAA is #43D555. Grayscale: #636363. Windows color (decimal): -4445526 or 11152060. OLE color: 11152060.
HSL color Cylindrical-coordinate representation of color #BC2AAA: hue angle of 307.4º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2AAA is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 170 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.26 |
| HSL | 307.4º | 0.63% | 0.45% | - |
| HSV(B) | 307.4º | 0.78% | 0.74% | - |
| XYZ | 28.82 | 15.25 | 39.45 | - |
| YUV | 100.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 170 | 0 | 0.78 | 0.10 | 0.26 | 307.4 | 0.63 | 0.45 |
| Hex | BC | 2A | AA | 0 | 4E | A | 1A | 133 | 3F | 2D |
| Octal | 274 | 52 | 252 | 0 | 116 | 12 | 32 | 463 | 77 | 55 |
| Binary | 10111100 | 101010 | 10101010 | 0 | 1001110 | 1010 | 11010 | 100110011 | 111111 | 101101 |
Color Harmonies of #BC2AAA
Complementary color
Monochromatic Colors of #BC2AAA
Black with #BC2AAA
Text Example
Text Example
White with #BC2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AAA; }
p { color: rgb(188,42,170); }
H1.HeaderClassName
{
color: #BC2AAA;
}
.AnyTagClassName
{
color: #BC2AAA;
}
</style>
background-color css
<style>
a { background-color: #BC2AAA; }
a { background-color: rgb(188,42,170); }
div.DivClassName
{
background-color: #BC2AAA;
}
.BgClassName
{
background-color: #BC2AAA;
}
</style>
border-color css
<style>
span { border-color: #BC2AAA; }
span { border-color: rgb(188,42,170); }
td.TdClassName
{
border-color: #BC2AAA;
}
.TagClassName
{
border-color: #BC2AAA;
}
</style>