Shades of Medium Red Violet #BC2F9E
Tints of Medium Red Violet #BC2F9E
RGB
CMYK
RGB Variations
Color information
#BC2F9E (or 0xBC2F9E) is known color: Medium Red Violet. HEX triplet: BC, 2F and 9E. RGB value is (188,47,158). Sum of RGB (Red+Green+Blue) = 188+47+158=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2F9E is #43D061. Grayscale: #656565. Windows color (decimal): -4444258 or 10366908. OLE color: 10366908.
HSL color Cylindrical-coordinate representation of color #BC2F9E: hue angle of 312.77º 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 #BC2F9E is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 158 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.26 |
| HSL | 312.77º | 0.6% | 0.46% | - |
| HSV(B) | 312.77º | 0.75% | 0.74% | - |
| XYZ | 27.93 | 15.19 | 33.81 | - |
| YUV | 101.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 158 | 0 | 0.75 | 0.16 | 0.26 | 312.77 | 0.6 | 0.46 |
| Hex | BC | 2F | 9E | 0 | 4B | 10 | 1A | 139 | 3C | 2E |
| Octal | 274 | 57 | 236 | 0 | 113 | 20 | 32 | 471 | 74 | 56 |
| Binary | 10111100 | 101111 | 10011110 | 0 | 1001011 | 10000 | 11010 | 100111001 | 111100 | 101110 |
Color Harmonies of #BC2F9E
Complementary color
Monochromatic Colors of #BC2F9E
Black with #BC2F9E
Text Example
Text Example
White with #BC2F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F9E; }
p { color: rgb(188,47,158); }
H1.HeaderClassName
{
color: #BC2F9E;
}
.AnyTagClassName
{
color: #BC2F9E;
}
</style>
background-color css
<style>
a { background-color: #BC2F9E; }
a { background-color: rgb(188,47,158); }
div.DivClassName
{
background-color: #BC2F9E;
}
.BgClassName
{
background-color: #BC2F9E;
}
</style>
border-color css
<style>
span { border-color: #BC2F9E; }
span { border-color: rgb(188,47,158); }
td.TdClassName
{
border-color: #BC2F9E;
}
.TagClassName
{
border-color: #BC2F9E;
}
</style>