Shades of Medium Violet Red #BC219F
Tints of Medium Violet Red #BC219F
RGB
CMYK
RGB Variations
Color information
#BC219F (or 0xBC219F) is known color: Medium Violet Red. HEX triplet: BC, 21 and 9F. RGB value is (188,33,159). Sum of RGB (Red+Green+Blue) = 188+33+159=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC219F is #43DE60. Grayscale: #5D5D5D. Windows color (decimal): -4447841 or 10428860. OLE color: 10428860.
HSL color Cylindrical-coordinate representation of color #BC219F: hue angle of 311.23º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC219F is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 159 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.26 |
| HSL | 311.23º | 0.7% | 0.43% | - |
| HSV(B) | 311.23º | 0.82% | 0.74% | - |
| XYZ | 27.54 | 14.28 | 34.11 | - |
| YUV | 93.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 159 | 0 | 0.82 | 0.15 | 0.26 | 311.23 | 0.7 | 0.43 |
| Hex | BC | 21 | 9F | 0 | 52 | F | 1A | 137 | 46 | 2B |
| Octal | 274 | 41 | 237 | 0 | 122 | 17 | 32 | 467 | 106 | 53 |
| Binary | 10111100 | 100001 | 10011111 | 0 | 1010010 | 1111 | 11010 | 100110111 | 1000110 | 101011 |
Color Harmonies of #BC219F
Complementary color
Monochromatic Colors of #BC219F
Black with #BC219F
Text Example
Text Example
White with #BC219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC219F; }
p { color: rgb(188,33,159); }
H1.HeaderClassName
{
color: #BC219F;
}
.AnyTagClassName
{
color: #BC219F;
}
</style>
background-color css
<style>
a { background-color: #BC219F; }
a { background-color: rgb(188,33,159); }
div.DivClassName
{
background-color: #BC219F;
}
.BgClassName
{
background-color: #BC219F;
}
</style>
border-color css
<style>
span { border-color: #BC219F; }
span { border-color: rgb(188,33,159); }
td.TdClassName
{
border-color: #BC219F;
}
.TagClassName
{
border-color: #BC219F;
}
</style>