Shades of Medium Violet Red #BC019B
Tints of Medium Violet Red #BC019B
RGB
CMYK
RGB Variations
Color information
#BC019B (or 0xBC019B) is known color: Medium Violet Red. HEX triplet: BC, 01 and 9B. RGB value is (188,1,155). Sum of RGB (Red+Green+Blue) = 188+1+155=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC019B is #43FE64. Grayscale: #4A4A4A. Windows color (decimal): -4456037 or 10158524. OLE color: 10158524.
HSL color Cylindrical-coordinate representation of color #BC019B: hue angle of 310.59º degrees, saturation: 0.99, 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 #BC019B is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.26 |
| HSL | 310.59º | 0.99% | 0.37% | - |
| HSV(B) | 310.59º | 0.99% | 0.74% | - |
| XYZ | 26.67 | 13.08 | 32.13 | - |
| YUV | 74.47 | 173.45 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 155 | 0 | 0.99 | 0.18 | 0.26 | 310.59 | 0.99 | 0.37 |
| Hex | BC | 1 | 9B | 0 | 63 | 12 | 1A | 137 | 63 | 25 |
| Octal | 274 | 1 | 233 | 0 | 143 | 22 | 32 | 467 | 143 | 45 |
| Binary | 10111100 | 1 | 10011011 | 0 | 1100011 | 10010 | 11010 | 100110111 | 1100011 | 100101 |
Color Harmonies of #BC019B
Complementary color
Monochromatic Colors of #BC019B
Black with #BC019B
Text Example
Text Example
White with #BC019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC019B; }
p { color: rgb(188,1,155); }
H1.HeaderClassName
{
color: #BC019B;
}
.AnyTagClassName
{
color: #BC019B;
}
</style>
background-color css
<style>
a { background-color: #BC019B; }
a { background-color: rgb(188,1,155); }
div.DivClassName
{
background-color: #BC019B;
}
.BgClassName
{
background-color: #BC019B;
}
</style>
border-color css
<style>
span { border-color: #BC019B; }
span { border-color: rgb(188,1,155); }
td.TdClassName
{
border-color: #BC019B;
}
.TagClassName
{
border-color: #BC019B;
}
</style>