Shades of Medium Violet Red #BC1F9D
Tints of Medium Violet Red #BC1F9D
RGB
CMYK
RGB Variations
Color information
#BC1F9D (or 0xBC1F9D) is known color: Medium Violet Red. HEX triplet: BC, 1F and 9D. RGB value is (188,31,157). Sum of RGB (Red+Green+Blue) = 188+31+157=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1F9D is #43E062. Grayscale: #5B5B5B. Windows color (decimal): -4448355 or 10297276. OLE color: 10297276.
HSL color Cylindrical-coordinate representation of color #BC1F9D: hue angle of 311.85º 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 #BC1F9D is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 157 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.26 |
| HSL | 311.85º | 0.72% | 0.43% | - |
| HSV(B) | 311.85º | 0.84% | 0.74% | - |
| XYZ | 27.31 | 14.11 | 33.18 | - |
| YUV | 92.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 157 | 0 | 0.84 | 0.16 | 0.26 | 311.85 | 0.72 | 0.43 |
| Hex | BC | 1F | 9D | 0 | 54 | 10 | 1A | 138 | 48 | 2B |
| Octal | 274 | 37 | 235 | 0 | 124 | 20 | 32 | 470 | 110 | 53 |
| Binary | 10111100 | 11111 | 10011101 | 0 | 1010100 | 10000 | 11010 | 100111000 | 1001000 | 101011 |
Color Harmonies of #BC1F9D
Complementary color
Monochromatic Colors of #BC1F9D
Black with #BC1F9D
Text Example
Text Example
White with #BC1F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F9D; }
p { color: rgb(188,31,157); }
H1.HeaderClassName
{
color: #BC1F9D;
}
.AnyTagClassName
{
color: #BC1F9D;
}
</style>
background-color css
<style>
a { background-color: #BC1F9D; }
a { background-color: rgb(188,31,157); }
div.DivClassName
{
background-color: #BC1F9D;
}
.BgClassName
{
background-color: #BC1F9D;
}
</style>
border-color css
<style>
span { border-color: #BC1F9D; }
span { border-color: rgb(188,31,157); }
td.TdClassName
{
border-color: #BC1F9D;
}
.TagClassName
{
border-color: #BC1F9D;
}
</style>