Shades of Medium Red Violet #BC2F9F
Tints of Medium Red Violet #BC2F9F
RGB
CMYK
RGB Variations
Color information
#BC2F9F (or 0xBC2F9F) is known color: Medium Red Violet. HEX triplet: BC, 2F and 9F. RGB value is (188,47,159). Sum of RGB (Red+Green+Blue) = 188+47+159=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2F9F is #43D060. Grayscale: #656565. Windows color (decimal): -4444257 or 10432444. OLE color: 10432444.
HSL color Cylindrical-coordinate representation of color #BC2F9F: hue angle of 312.34º 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 #BC2F9F is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 159 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.26 |
| HSL | 312.34º | 0.6% | 0.46% | - |
| HSV(B) | 312.34º | 0.75% | 0.74% | - |
| XYZ | 28.01 | 15.23 | 34.26 | - |
| YUV | 101.93 | 160.21 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 159 | 0 | 0.75 | 0.15 | 0.26 | 312.34 | 0.6 | 0.46 |
| Hex | BC | 2F | 9F | 0 | 4B | F | 1A | 138 | 3C | 2E |
| Octal | 274 | 57 | 237 | 0 | 113 | 17 | 32 | 470 | 74 | 56 |
| Binary | 10111100 | 101111 | 10011111 | 0 | 1001011 | 1111 | 11010 | 100111000 | 111100 | 101110 |
Color Harmonies of #BC2F9F
Complementary color
Monochromatic Colors of #BC2F9F
Black with #BC2F9F
Text Example
Text Example
White with #BC2F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F9F; }
p { color: rgb(188,47,159); }
H1.HeaderClassName
{
color: #BC2F9F;
}
.AnyTagClassName
{
color: #BC2F9F;
}
</style>
background-color css
<style>
a { background-color: #BC2F9F; }
a { background-color: rgb(188,47,159); }
div.DivClassName
{
background-color: #BC2F9F;
}
.BgClassName
{
background-color: #BC2F9F;
}
</style>
border-color css
<style>
span { border-color: #BC2F9F; }
span { border-color: rgb(188,47,159); }
td.TdClassName
{
border-color: #BC2F9F;
}
.TagClassName
{
border-color: #BC2F9F;
}
</style>