Shades of Medium Red Violet #BC2F8F
Tints of Medium Red Violet #BC2F8F
RGB
CMYK
RGB Variations
Color information
#BC2F8F (or 0xBC2F8F) is known color: Medium Red Violet. HEX triplet: BC, 2F and 8F. RGB value is (188,47,143). Sum of RGB (Red+Green+Blue) = 188+47+143=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2F8F is #43D070. Grayscale: #636363. Windows color (decimal): -4444273 or 9383868. OLE color: 9383868.
HSL color Cylindrical-coordinate representation of color #BC2F8F: hue angle of 319.15º 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 #BC2F8F is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 143 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.26 |
| HSL | 319.15º | 0.6% | 0.46% | - |
| HSV(B) | 319.15º | 0.75% | 0.74% | - |
| XYZ | 26.71 | 14.71 | 27.42 | - |
| YUV | 100.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 143 | 0 | 0.75 | 0.24 | 0.26 | 319.15 | 0.6 | 0.46 |
| Hex | BC | 2F | 8F | 0 | 4B | 18 | 1A | 13F | 3C | 2E |
| Octal | 274 | 57 | 217 | 0 | 113 | 30 | 32 | 477 | 74 | 56 |
| Binary | 10111100 | 101111 | 10001111 | 0 | 1001011 | 11000 | 11010 | 100111111 | 111100 | 101110 |
Color Harmonies of #BC2F8F
Complementary color
Monochromatic Colors of #BC2F8F
Black with #BC2F8F
Text Example
Text Example
White with #BC2F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F8F; }
p { color: rgb(188,47,143); }
H1.HeaderClassName
{
color: #BC2F8F;
}
.AnyTagClassName
{
color: #BC2F8F;
}
</style>
background-color css
<style>
a { background-color: #BC2F8F; }
a { background-color: rgb(188,47,143); }
div.DivClassName
{
background-color: #BC2F8F;
}
.BgClassName
{
background-color: #BC2F8F;
}
</style>
border-color css
<style>
span { border-color: #BC2F8F; }
span { border-color: rgb(188,47,143); }
td.TdClassName
{
border-color: #BC2F8F;
}
.TagClassName
{
border-color: #BC2F8F;
}
</style>