Shades of Medium Violet Red #BC029B
Tints of Medium Violet Red #BC029B
RGB
CMYK
RGB Variations
Color information
#BC029B (or 0xBC029B) is known color: Medium Violet Red. HEX triplet: BC, 02 and 9B. RGB value is (188,2,155). Sum of RGB (Red+Green+Blue) = 188+2+155=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC029B is #43FD64. Grayscale: #4A4A4A. Windows color (decimal): -4455781 or 10158780. OLE color: 10158780.
HSL color Cylindrical-coordinate representation of color #BC029B: hue angle of 310.65º 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 #BC029B is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.26 |
| HSL | 310.65º | 0.98% | 0.37% | - |
| HSV(B) | 310.65º | 0.99% | 0.74% | - |
| XYZ | 26.68 | 13.1 | 32.13 | - |
| YUV | 75.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 155 | 0 | 0.99 | 0.18 | 0.26 | 310.65 | 0.98 | 0.37 |
| Hex | BC | 2 | 9B | 0 | 63 | 12 | 1A | 137 | 62 | 25 |
| Octal | 274 | 2 | 233 | 0 | 143 | 22 | 32 | 467 | 142 | 45 |
| Binary | 10111100 | 10 | 10011011 | 0 | 1100011 | 10010 | 11010 | 100110111 | 1100010 | 100101 |
Color Harmonies of #BC029B
Complementary color
Monochromatic Colors of #BC029B
Black with #BC029B
Text Example
Text Example
White with #BC029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC029B; }
p { color: rgb(188,2,155); }
H1.HeaderClassName
{
color: #BC029B;
}
.AnyTagClassName
{
color: #BC029B;
}
</style>
background-color css
<style>
a { background-color: #BC029B; }
a { background-color: rgb(188,2,155); }
div.DivClassName
{
background-color: #BC029B;
}
.BgClassName
{
background-color: #BC029B;
}
</style>
border-color css
<style>
span { border-color: #BC029B; }
span { border-color: rgb(188,2,155); }
td.TdClassName
{
border-color: #BC029B;
}
.TagClassName
{
border-color: #BC029B;
}
</style>