Shades of Medium Violet Red #BC039F
Tints of Medium Violet Red #BC039F
RGB
CMYK
RGB Variations
Color information
#BC039F (or 0xBC039F) is known color: Medium Violet Red. HEX triplet: BC, 03 and 9F. RGB value is (188,3,159). Sum of RGB (Red+Green+Blue) = 188+3+159=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC039F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC039F is #43FC60. Grayscale: #4B4B4B. Windows color (decimal): -4455521 or 10421180. OLE color: 10421180.
HSL color Cylindrical-coordinate representation of color #BC039F: hue angle of 309.41º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC039F is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 159 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.26 |
| HSL | 309.41º | 0.97% | 0.37% | - |
| HSV(B) | 309.41º | 0.98% | 0.74% | - |
| XYZ | 27.03 | 13.26 | 33.94 | - |
| YUV | 76.1 | 174.79 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 159 | 0 | 0.98 | 0.15 | 0.26 | 309.41 | 0.97 | 0.37 |
| Hex | BC | 3 | 9F | 0 | 62 | F | 1A | 135 | 61 | 25 |
| Octal | 274 | 3 | 237 | 0 | 142 | 17 | 32 | 465 | 141 | 45 |
| Binary | 10111100 | 11 | 10011111 | 0 | 1100010 | 1111 | 11010 | 100110101 | 1100001 | 100101 |
Color Harmonies of #BC039F
Complementary color
Monochromatic Colors of #BC039F
Black with #BC039F
Text Example
Text Example
White with #BC039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC039F; }
p { color: rgb(188,3,159); }
H1.HeaderClassName
{
color: #BC039F;
}
.AnyTagClassName
{
color: #BC039F;
}
</style>
background-color css
<style>
a { background-color: #BC039F; }
a { background-color: rgb(188,3,159); }
div.DivClassName
{
background-color: #BC039F;
}
.BgClassName
{
background-color: #BC039F;
}
</style>
border-color css
<style>
span { border-color: #BC039F; }
span { border-color: rgb(188,3,159); }
td.TdClassName
{
border-color: #BC039F;
}
.TagClassName
{
border-color: #BC039F;
}
</style>