Shades of Medium Violet Red #BC1F9F
Tints of Medium Violet Red #BC1F9F
RGB
CMYK
RGB Variations
Color information
#BC1F9F (or 0xBC1F9F) is known color: Medium Violet Red. HEX triplet: BC, 1F and 9F. RGB value is (188,31,159). Sum of RGB (Red+Green+Blue) = 188+31+159=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1F9F is #43E060. Grayscale: #5C5C5C. Windows color (decimal): -4448353 or 10428348. OLE color: 10428348.
HSL color Cylindrical-coordinate representation of color #BC1F9F: hue angle of 311.08º 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 #BC1F9F is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 159 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.26 |
| HSL | 311.08º | 0.72% | 0.43% | - |
| HSV(B) | 311.08º | 0.84% | 0.74% | - |
| XYZ | 27.49 | 14.17 | 34.09 | - |
| YUV | 92.54 | 165.51 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 159 | 0 | 0.84 | 0.15 | 0.26 | 311.08 | 0.72 | 0.43 |
| Hex | BC | 1F | 9F | 0 | 54 | F | 1A | 137 | 48 | 2B |
| Octal | 274 | 37 | 237 | 0 | 124 | 17 | 32 | 467 | 110 | 53 |
| Binary | 10111100 | 11111 | 10011111 | 0 | 1010100 | 1111 | 11010 | 100110111 | 1001000 | 101011 |
Color Harmonies of #BC1F9F
Complementary color
Monochromatic Colors of #BC1F9F
Black with #BC1F9F
Text Example
Text Example
White with #BC1F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F9F; }
p { color: rgb(188,31,159); }
H1.HeaderClassName
{
color: #BC1F9F;
}
.AnyTagClassName
{
color: #BC1F9F;
}
</style>
background-color css
<style>
a { background-color: #BC1F9F; }
a { background-color: rgb(188,31,159); }
div.DivClassName
{
background-color: #BC1F9F;
}
.BgClassName
{
background-color: #BC1F9F;
}
</style>
border-color css
<style>
span { border-color: #BC1F9F; }
span { border-color: rgb(188,31,159); }
td.TdClassName
{
border-color: #BC1F9F;
}
.TagClassName
{
border-color: #BC1F9F;
}
</style>