Shades of Medium Red Violet #BC247F
Tints of Medium Red Violet #BC247F
RGB
CMYK
RGB Variations
Color information
#BC247F (or 0xBC247F) is known color: Medium Red Violet. HEX triplet: BC, 24 and 7F. RGB value is (188,36,127). Sum of RGB (Red+Green+Blue) = 188+36+127=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC247F is #43DB80. Grayscale: #5B5B5B. Windows color (decimal): -4447105 or 8332476. OLE color: 8332476.
HSL color Cylindrical-coordinate representation of color #BC247F: hue angle of 324.08º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC247F is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 127 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.26 |
| HSL | 324.08º | 0.68% | 0.44% | - |
| HSV(B) | 324.08º | 0.81% | 0.74% | - |
| XYZ | 25.2 | 13.49 | 21.35 | - |
| YUV | 91.82 | 147.86 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 127 | 0 | 0.81 | 0.32 | 0.26 | 324.08 | 0.68 | 0.44 |
| Hex | BC | 24 | 7F | 0 | 51 | 20 | 1A | 144 | 44 | 2C |
| Octal | 274 | 44 | 177 | 0 | 121 | 40 | 32 | 504 | 104 | 54 |
| Binary | 10111100 | 100100 | 1111111 | 0 | 1010001 | 100000 | 11010 | 101000100 | 1000100 | 101100 |
Color Harmonies of #BC247F
Complementary color
Monochromatic Colors of #BC247F
Black with #BC247F
Text Example
Text Example
White with #BC247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC247F; }
p { color: rgb(188,36,127); }
H1.HeaderClassName
{
color: #BC247F;
}
.AnyTagClassName
{
color: #BC247F;
}
</style>
background-color css
<style>
a { background-color: #BC247F; }
a { background-color: rgb(188,36,127); }
div.DivClassName
{
background-color: #BC247F;
}
.BgClassName
{
background-color: #BC247F;
}
</style>
border-color css
<style>
span { border-color: #BC247F; }
span { border-color: rgb(188,36,127); }
td.TdClassName
{
border-color: #BC247F;
}
.TagClassName
{
border-color: #BC247F;
}
</style>