Shades of Medium Red Violet #BC2F9C
Tints of Medium Red Violet #BC2F9C
RGB
CMYK
RGB Variations
Color information
#BC2F9C (or 0xBC2F9C) is known color: Medium Red Violet. HEX triplet: BC, 2F and 9C. RGB value is (188,47,156). Sum of RGB (Red+Green+Blue) = 188+47+156=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2F9C is #43D063. Grayscale: #656565. Windows color (decimal): -4444260 or 10235836. OLE color: 10235836.
HSL color Cylindrical-coordinate representation of color #BC2F9C: hue angle of 313.62º 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 #BC2F9C is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 156 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.26 |
| HSL | 313.62º | 0.6% | 0.46% | - |
| HSV(B) | 313.62º | 0.75% | 0.74% | - |
| XYZ | 27.76 | 15.12 | 32.91 | - |
| YUV | 101.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 156 | 0 | 0.75 | 0.17 | 0.26 | 313.62 | 0.6 | 0.46 |
| Hex | BC | 2F | 9C | 0 | 4B | 11 | 1A | 13A | 3C | 2E |
| Octal | 274 | 57 | 234 | 0 | 113 | 21 | 32 | 472 | 74 | 56 |
| Binary | 10111100 | 101111 | 10011100 | 0 | 1001011 | 10001 | 11010 | 100111010 | 111100 | 101110 |
Color Harmonies of #BC2F9C
Complementary color
Monochromatic Colors of #BC2F9C
Black with #BC2F9C
Text Example
Text Example
White with #BC2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F9C; }
p { color: rgb(188,47,156); }
H1.HeaderClassName
{
color: #BC2F9C;
}
.AnyTagClassName
{
color: #BC2F9C;
}
</style>
background-color css
<style>
a { background-color: #BC2F9C; }
a { background-color: rgb(188,47,156); }
div.DivClassName
{
background-color: #BC2F9C;
}
.BgClassName
{
background-color: #BC2F9C;
}
</style>
border-color css
<style>
span { border-color: #BC2F9C; }
span { border-color: rgb(188,47,156); }
td.TdClassName
{
border-color: #BC2F9C;
}
.TagClassName
{
border-color: #BC2F9C;
}
</style>