Shades of Medium Violet Red #BC017E
Tints of Medium Violet Red #BC017E
RGB
CMYK
RGB Variations
Color information
#BC017E (or 0xBC017E) is known color: Medium Violet Red. HEX triplet: BC, 01 and 7E. RGB value is (188,1,126). Sum of RGB (Red+Green+Blue) = 188+1+126=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC017E is #43FE81. Grayscale: #464646. Windows color (decimal): -4456066 or 8257980. OLE color: 8257980.
HSL color Cylindrical-coordinate representation of color #BC017E: hue angle of 319.89º 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 #BC017E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.26 |
| HSL | 319.89º | 0.99% | 0.37% | - |
| HSV(B) | 319.89º | 0.99% | 0.74% | - |
| XYZ | 24.52 | 12.22 | 20.81 | - |
| YUV | 71.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 126 | 0 | 0.99 | 0.33 | 0.26 | 319.89 | 0.99 | 0.37 |
| Hex | BC | 1 | 7E | 0 | 63 | 21 | 1A | 140 | 63 | 25 |
| Octal | 274 | 1 | 176 | 0 | 143 | 41 | 32 | 500 | 143 | 45 |
| Binary | 10111100 | 1 | 1111110 | 0 | 1100011 | 100001 | 11010 | 101000000 | 1100011 | 100101 |
Color Harmonies of #BC017E
Complementary color
Monochromatic Colors of #BC017E
Black with #BC017E
Text Example
Text Example
White with #BC017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC017E; }
p { color: rgb(188,1,126); }
H1.HeaderClassName
{
color: #BC017E;
}
.AnyTagClassName
{
color: #BC017E;
}
</style>
background-color css
<style>
a { background-color: #BC017E; }
a { background-color: rgb(188,1,126); }
div.DivClassName
{
background-color: #BC017E;
}
.BgClassName
{
background-color: #BC017E;
}
</style>
border-color css
<style>
span { border-color: #BC017E; }
span { border-color: rgb(188,1,126); }
td.TdClassName
{
border-color: #BC017E;
}
.TagClassName
{
border-color: #BC017E;
}
</style>