Shades of Medium Red Violet #BC2FA3
Tints of Medium Red Violet #BC2FA3
RGB
CMYK
RGB Variations
Color information
#BC2FA3 (or 0xBC2FA3) is known color: Medium Red Violet. HEX triplet: BC, 2F and A3. RGB value is (188,47,163). Sum of RGB (Red+Green+Blue) = 188+47+163=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2FA3 is #43D05C. Grayscale: #666666. Windows color (decimal): -4444253 or 10694588. OLE color: 10694588.
HSL color Cylindrical-coordinate representation of color #BC2FA3: hue angle of 310.64º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2FA3 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 163 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.26 |
| HSL | 310.64º | 0.6% | 0.46% | - |
| HSV(B) | 310.64º | 0.75% | 0.74% | - |
| XYZ | 28.37 | 15.37 | 36.12 | - |
| YUV | 102.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 163 | 0 | 0.75 | 0.13 | 0.26 | 310.64 | 0.6 | 0.46 |
| Hex | BC | 2F | A3 | 0 | 4B | D | 1A | 137 | 3C | 2E |
| Octal | 274 | 57 | 243 | 0 | 113 | 15 | 32 | 467 | 74 | 56 |
| Binary | 10111100 | 101111 | 10100011 | 0 | 1001011 | 1101 | 11010 | 100110111 | 111100 | 101110 |
Color Harmonies of #BC2FA3
Complementary color
Monochromatic Colors of #BC2FA3
Black with #BC2FA3
Text Example
Text Example
White with #BC2FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FA3; }
p { color: rgb(188,47,163); }
H1.HeaderClassName
{
color: #BC2FA3;
}
.AnyTagClassName
{
color: #BC2FA3;
}
</style>
background-color css
<style>
a { background-color: #BC2FA3; }
a { background-color: rgb(188,47,163); }
div.DivClassName
{
background-color: #BC2FA3;
}
.BgClassName
{
background-color: #BC2FA3;
}
</style>
border-color css
<style>
span { border-color: #BC2FA3; }
span { border-color: rgb(188,47,163); }
td.TdClassName
{
border-color: #BC2FA3;
}
.TagClassName
{
border-color: #BC2FA3;
}
</style>