Shades of Medium Red Violet #BC407F
Tints of Medium Red Violet #BC407F
RGB
CMYK
RGB Variations
Color information
#BC407F (or 0xBC407F) is known color: Medium Red Violet. HEX triplet: BC, 40 and 7F. RGB value is (188,64,127). Sum of RGB (Red+Green+Blue) = 188+64+127=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC407F is #43BF80. Grayscale: #6C6C6C. Windows color (decimal): -4439937 or 8339644. OLE color: 8339644.
HSL color Cylindrical-coordinate representation of color #BC407F: hue angle of 329.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC407F is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 127 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.26 |
| HSL | 329.52º | 0.49% | 0.49% | - |
| HSV(B) | 329.52º | 0.66% | 0.74% | - |
| XYZ | 26.4 | 15.89 | 21.75 | - |
| YUV | 108.26 | 138.58 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 127 | 0 | 0.66 | 0.32 | 0.26 | 329.52 | 0.49 | 0.49 |
| Hex | BC | 40 | 7F | 0 | 42 | 20 | 1A | 14A | 31 | 31 |
| Octal | 274 | 100 | 177 | 0 | 102 | 40 | 32 | 512 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1111111 | 0 | 1000010 | 100000 | 11010 | 101001010 | 110001 | 110001 |
Color Harmonies of #BC407F
Complementary color
Monochromatic Colors of #BC407F
Black with #BC407F
Text Example
Text Example
White with #BC407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC407F; }
p { color: rgb(188,64,127); }
H1.HeaderClassName
{
color: #BC407F;
}
.AnyTagClassName
{
color: #BC407F;
}
</style>
background-color css
<style>
a { background-color: #BC407F; }
a { background-color: rgb(188,64,127); }
div.DivClassName
{
background-color: #BC407F;
}
.BgClassName
{
background-color: #BC407F;
}
</style>
border-color css
<style>
span { border-color: #BC407F; }
span { border-color: rgb(188,64,127); }
td.TdClassName
{
border-color: #BC407F;
}
.TagClassName
{
border-color: #BC407F;
}
</style>