Shades of Medium Red Violet #BC2F7C
Tints of Medium Red Violet #BC2F7C
RGB
CMYK
RGB Variations
Color information
#BC2F7C (or 0xBC2F7C) is known color: Medium Red Violet. HEX triplet: BC, 2F and 7C. RGB value is (188,47,124). Sum of RGB (Red+Green+Blue) = 188+47+124=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F7C is #43D083. Grayscale: #616161. Windows color (decimal): -4444292 or 8138684. OLE color: 8138684.
HSL color Cylindrical-coordinate representation of color #BC2F7C: hue angle of 327.23º 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 #BC2F7C is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 124 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.26 |
| HSL | 327.23º | 0.6% | 0.46% | - |
| HSV(B) | 327.23º | 0.75% | 0.74% | - |
| XYZ | 25.39 | 14.18 | 20.47 | - |
| YUV | 97.94 | 142.71 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 124 | 0 | 0.75 | 0.34 | 0.26 | 327.23 | 0.6 | 0.46 |
| Hex | BC | 2F | 7C | 0 | 4B | 22 | 1A | 147 | 3C | 2E |
| Octal | 274 | 57 | 174 | 0 | 113 | 42 | 32 | 507 | 74 | 56 |
| Binary | 10111100 | 101111 | 1111100 | 0 | 1001011 | 100010 | 11010 | 101000111 | 111100 | 101110 |
Color Harmonies of #BC2F7C
Complementary color
Monochromatic Colors of #BC2F7C
Black with #BC2F7C
Text Example
Text Example
White with #BC2F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F7C; }
p { color: rgb(188,47,124); }
H1.HeaderClassName
{
color: #BC2F7C;
}
.AnyTagClassName
{
color: #BC2F7C;
}
</style>
background-color css
<style>
a { background-color: #BC2F7C; }
a { background-color: rgb(188,47,124); }
div.DivClassName
{
background-color: #BC2F7C;
}
.BgClassName
{
background-color: #BC2F7C;
}
</style>
border-color css
<style>
span { border-color: #BC2F7C; }
span { border-color: rgb(188,47,124); }
td.TdClassName
{
border-color: #BC2F7C;
}
.TagClassName
{
border-color: #BC2F7C;
}
</style>