Shades of Medium Red Violet #BC2EAB
Tints of Medium Red Violet #BC2EAB
RGB
CMYK
RGB Variations
Color information
#BC2EAB (or 0xBC2EAB) is known color: Medium Red Violet. HEX triplet: BC, 2E and AB. RGB value is (188,46,171). Sum of RGB (Red+Green+Blue) = 188+46+171=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2EAB is #43D154. Grayscale: #666666. Windows color (decimal): -4444501 or 11218620. OLE color: 11218620.
HSL color Cylindrical-coordinate representation of color #BC2EAB: hue angle of 307.18º 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 #BC2EAB is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 171 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.26 |
| HSL | 307.18º | 0.61% | 0.46% | - |
| HSV(B) | 307.18º | 0.76% | 0.74% | - |
| XYZ | 29.07 | 15.59 | 40 | - |
| YUV | 102.71 | 166.54 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 171 | 0 | 0.76 | 0.09 | 0.26 | 307.18 | 0.61 | 0.46 |
| Hex | BC | 2E | AB | 0 | 4C | 9 | 1A | 133 | 3D | 2E |
| Octal | 274 | 56 | 253 | 0 | 114 | 11 | 32 | 463 | 75 | 56 |
| Binary | 10111100 | 101110 | 10101011 | 0 | 1001100 | 1001 | 11010 | 100110011 | 111101 | 101110 |
Color Harmonies of #BC2EAB
Complementary color
Monochromatic Colors of #BC2EAB
Black with #BC2EAB
Text Example
Text Example
White with #BC2EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EAB; }
p { color: rgb(188,46,171); }
H1.HeaderClassName
{
color: #BC2EAB;
}
.AnyTagClassName
{
color: #BC2EAB;
}
</style>
background-color css
<style>
a { background-color: #BC2EAB; }
a { background-color: rgb(188,46,171); }
div.DivClassName
{
background-color: #BC2EAB;
}
.BgClassName
{
background-color: #BC2EAB;
}
</style>
border-color css
<style>
span { border-color: #BC2EAB; }
span { border-color: rgb(188,46,171); }
td.TdClassName
{
border-color: #BC2EAB;
}
.TagClassName
{
border-color: #BC2EAB;
}
</style>