Shades of Medium Violet Red #BC1F7E
Tints of Medium Violet Red #BC1F7E
RGB
CMYK
RGB Variations
Color information
#BC1F7E (or 0xBC1F7E) is known color: Medium Violet Red. HEX triplet: BC, 1F and 7E. RGB value is (188,31,126). Sum of RGB (Red+Green+Blue) = 188+31+126=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1F7E is #43E081. Grayscale: #585858. Windows color (decimal): -4448386 or 8265660. OLE color: 8265660.
HSL color Cylindrical-coordinate representation of color #BC1F7E: hue angle of 323.69º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1F7E is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 126 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.26 |
| HSL | 323.69º | 0.72% | 0.43% | - |
| HSV(B) | 323.69º | 0.84% | 0.74% | - |
| XYZ | 24.99 | 13.18 | 20.96 | - |
| YUV | 88.77 | 149.01 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 126 | 0 | 0.84 | 0.33 | 0.26 | 323.69 | 0.72 | 0.43 |
| Hex | BC | 1F | 7E | 0 | 54 | 21 | 1A | 144 | 48 | 2B |
| Octal | 274 | 37 | 176 | 0 | 124 | 41 | 32 | 504 | 110 | 53 |
| Binary | 10111100 | 11111 | 1111110 | 0 | 1010100 | 100001 | 11010 | 101000100 | 1001000 | 101011 |
Color Harmonies of #BC1F7E
Complementary color
Monochromatic Colors of #BC1F7E
Black with #BC1F7E
Text Example
Text Example
White with #BC1F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F7E; }
p { color: rgb(188,31,126); }
H1.HeaderClassName
{
color: #BC1F7E;
}
.AnyTagClassName
{
color: #BC1F7E;
}
</style>
background-color css
<style>
a { background-color: #BC1F7E; }
a { background-color: rgb(188,31,126); }
div.DivClassName
{
background-color: #BC1F7E;
}
.BgClassName
{
background-color: #BC1F7E;
}
</style>
border-color css
<style>
span { border-color: #BC1F7E; }
span { border-color: rgb(188,31,126); }
td.TdClassName
{
border-color: #BC1F7E;
}
.TagClassName
{
border-color: #BC1F7E;
}
</style>