Shades of Medium Violet Red #BC019A
Tints of Medium Violet Red #BC019A
RGB
CMYK
RGB Variations
Color information
#BC019A (or 0xBC019A) is known color: Medium Violet Red. HEX triplet: BC, 01 and 9A. RGB value is (188,1,154). Sum of RGB (Red+Green+Blue) = 188+1+154=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC019A is #43FE65. Grayscale: #494949. Windows color (decimal): -4456038 or 10092988. OLE color: 10092988.
HSL color Cylindrical-coordinate representation of color #BC019A: hue angle of 310.91º 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 #BC019A is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 154 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.26 |
| HSL | 310.91º | 0.99% | 0.37% | - |
| HSV(B) | 310.91º | 0.99% | 0.74% | - |
| XYZ | 26.58 | 13.05 | 31.69 | - |
| YUV | 74.36 | 172.95 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 154 | 0 | 0.99 | 0.18 | 0.26 | 310.91 | 0.99 | 0.37 |
| Hex | BC | 1 | 9A | 0 | 63 | 12 | 1A | 137 | 63 | 25 |
| Octal | 274 | 1 | 232 | 0 | 143 | 22 | 32 | 467 | 143 | 45 |
| Binary | 10111100 | 1 | 10011010 | 0 | 1100011 | 10010 | 11010 | 100110111 | 1100011 | 100101 |
Color Harmonies of #BC019A
Complementary color
Monochromatic Colors of #BC019A
Black with #BC019A
Text Example
Text Example
White with #BC019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC019A; }
p { color: rgb(188,1,154); }
H1.HeaderClassName
{
color: #BC019A;
}
.AnyTagClassName
{
color: #BC019A;
}
</style>
background-color css
<style>
a { background-color: #BC019A; }
a { background-color: rgb(188,1,154); }
div.DivClassName
{
background-color: #BC019A;
}
.BgClassName
{
background-color: #BC019A;
}
</style>
border-color css
<style>
span { border-color: #BC019A; }
span { border-color: rgb(188,1,154); }
td.TdClassName
{
border-color: #BC019A;
}
.TagClassName
{
border-color: #BC019A;
}
</style>