Shades of Medium Violet Red #BC017D
Tints of Medium Violet Red #BC017D
RGB
CMYK
RGB Variations
Color information
#BC017D (or 0xBC017D) is known color: Medium Violet Red. HEX triplet: BC, 01 and 7D. RGB value is (188,1,125). Sum of RGB (Red+Green+Blue) = 188+1+125=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC017D is #43FE82. Grayscale: #464646. Windows color (decimal): -4456067 or 8192444. OLE color: 8192444.
HSL color Cylindrical-coordinate representation of color #BC017D: hue angle of 320.21º 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 #BC017D is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.26 |
| HSL | 320.21º | 0.99% | 0.37% | - |
| HSV(B) | 320.21º | 0.99% | 0.74% | - |
| XYZ | 24.45 | 12.19 | 20.47 | - |
| YUV | 71.05 | 158.45 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 125 | 0 | 0.99 | 0.34 | 0.26 | 320.21 | 0.99 | 0.37 |
| Hex | BC | 1 | 7D | 0 | 63 | 22 | 1A | 140 | 63 | 25 |
| Octal | 274 | 1 | 175 | 0 | 143 | 42 | 32 | 500 | 143 | 45 |
| Binary | 10111100 | 1 | 1111101 | 0 | 1100011 | 100010 | 11010 | 101000000 | 1100011 | 100101 |
Color Harmonies of #BC017D
Complementary color
Monochromatic Colors of #BC017D
Black with #BC017D
Text Example
Text Example
White with #BC017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC017D; }
p { color: rgb(188,1,125); }
H1.HeaderClassName
{
color: #BC017D;
}
.AnyTagClassName
{
color: #BC017D;
}
</style>
background-color css
<style>
a { background-color: #BC017D; }
a { background-color: rgb(188,1,125); }
div.DivClassName
{
background-color: #BC017D;
}
.BgClassName
{
background-color: #BC017D;
}
</style>
border-color css
<style>
span { border-color: #BC017D; }
span { border-color: rgb(188,1,125); }
td.TdClassName
{
border-color: #BC017D;
}
.TagClassName
{
border-color: #BC017D;
}
</style>