Shades of Medium Red Violet #BC2EAA
Tints of Medium Red Violet #BC2EAA
RGB
CMYK
RGB Variations
Color information
#BC2EAA (or 0xBC2EAA) is known color: Medium Red Violet. HEX triplet: BC, 2E and AA. RGB value is (188,46,170). Sum of RGB (Red+Green+Blue) = 188+46+170=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2EAA is #43D155. Grayscale: #666666. Windows color (decimal): -4444502 or 11153084. OLE color: 11153084.
HSL color Cylindrical-coordinate representation of color #BC2EAA: hue angle of 307.61º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2EAA is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 170 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.26 |
| HSL | 307.61º | 0.61% | 0.46% | - |
| HSV(B) | 307.61º | 0.76% | 0.74% | - |
| XYZ | 28.97 | 15.55 | 39.5 | - |
| YUV | 102.59 | 166.04 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 170 | 0 | 0.76 | 0.10 | 0.26 | 307.61 | 0.61 | 0.46 |
| Hex | BC | 2E | AA | 0 | 4C | A | 1A | 134 | 3D | 2E |
| Octal | 274 | 56 | 252 | 0 | 114 | 12 | 32 | 464 | 75 | 56 |
| Binary | 10111100 | 101110 | 10101010 | 0 | 1001100 | 1010 | 11010 | 100110100 | 111101 | 101110 |
Color Harmonies of #BC2EAA
Complementary color
Monochromatic Colors of #BC2EAA
Black with #BC2EAA
Text Example
Text Example
White with #BC2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EAA; }
p { color: rgb(188,46,170); }
H1.HeaderClassName
{
color: #BC2EAA;
}
.AnyTagClassName
{
color: #BC2EAA;
}
</style>
background-color css
<style>
a { background-color: #BC2EAA; }
a { background-color: rgb(188,46,170); }
div.DivClassName
{
background-color: #BC2EAA;
}
.BgClassName
{
background-color: #BC2EAA;
}
</style>
border-color css
<style>
span { border-color: #BC2EAA; }
span { border-color: rgb(188,46,170); }
td.TdClassName
{
border-color: #BC2EAA;
}
.TagClassName
{
border-color: #BC2EAA;
}
</style>