Shades of Medium Violet Red #BC029F
Tints of Medium Violet Red #BC029F
RGB
CMYK
RGB Variations
Color information
#BC029F (or 0xBC029F) is known color: Medium Violet Red. HEX triplet: BC, 02 and 9F. RGB value is (188,2,159). Sum of RGB (Red+Green+Blue) = 188+2+159=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC029F is #43FD60. Grayscale: #4B4B4B. Windows color (decimal): -4455777 or 10420924. OLE color: 10420924.
HSL color Cylindrical-coordinate representation of color #BC029F: hue angle of 309.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC029F is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 159 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.26 |
| HSL | 309.35º | 0.98% | 0.37% | - |
| HSV(B) | 309.35º | 0.99% | 0.74% | - |
| XYZ | 27.02 | 13.24 | 33.93 | - |
| YUV | 75.51 | 175.12 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 159 | 0 | 0.99 | 0.15 | 0.26 | 309.35 | 0.98 | 0.37 |
| Hex | BC | 2 | 9F | 0 | 63 | F | 1A | 135 | 62 | 25 |
| Octal | 274 | 2 | 237 | 0 | 143 | 17 | 32 | 465 | 142 | 45 |
| Binary | 10111100 | 10 | 10011111 | 0 | 1100011 | 1111 | 11010 | 100110101 | 1100010 | 100101 |
Color Harmonies of #BC029F
Complementary color
Monochromatic Colors of #BC029F
Black with #BC029F
Text Example
Text Example
White with #BC029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC029F; }
p { color: rgb(188,2,159); }
H1.HeaderClassName
{
color: #BC029F;
}
.AnyTagClassName
{
color: #BC029F;
}
</style>
background-color css
<style>
a { background-color: #BC029F; }
a { background-color: rgb(188,2,159); }
div.DivClassName
{
background-color: #BC029F;
}
.BgClassName
{
background-color: #BC029F;
}
</style>
border-color css
<style>
span { border-color: #BC029F; }
span { border-color: rgb(188,2,159); }
td.TdClassName
{
border-color: #BC029F;
}
.TagClassName
{
border-color: #BC029F;
}
</style>