Shades of Medium Violet Red #BC017B
Tints of Medium Violet Red #BC017B
RGB
CMYK
RGB Variations
Color information
#BC017B (or 0xBC017B) is known color: Medium Violet Red. HEX triplet: BC, 01 and 7B. RGB value is (188,1,123). Sum of RGB (Red+Green+Blue) = 188+1+123=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC017B is #43FE84. Grayscale: #464646. Windows color (decimal): -4456069 or 8061372. OLE color: 8061372.
HSL color Cylindrical-coordinate representation of color #BC017B: hue angle of 320.86º 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 #BC017B is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.26 |
| HSL | 320.86º | 0.99% | 0.37% | - |
| HSV(B) | 320.86º | 0.99% | 0.74% | - |
| XYZ | 24.33 | 12.14 | 19.8 | - |
| YUV | 70.82 | 157.45 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 123 | 0 | 0.99 | 0.35 | 0.26 | 320.86 | 0.99 | 0.37 |
| Hex | BC | 1 | 7B | 0 | 63 | 23 | 1A | 141 | 63 | 25 |
| Octal | 274 | 1 | 173 | 0 | 143 | 43 | 32 | 501 | 143 | 45 |
| Binary | 10111100 | 1 | 1111011 | 0 | 1100011 | 100011 | 11010 | 101000001 | 1100011 | 100101 |
Color Harmonies of #BC017B
Complementary color
Monochromatic Colors of #BC017B
Black with #BC017B
Text Example
Text Example
White with #BC017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC017B; }
p { color: rgb(188,1,123); }
H1.HeaderClassName
{
color: #BC017B;
}
.AnyTagClassName
{
color: #BC017B;
}
</style>
background-color css
<style>
a { background-color: #BC017B; }
a { background-color: rgb(188,1,123); }
div.DivClassName
{
background-color: #BC017B;
}
.BgClassName
{
background-color: #BC017B;
}
</style>
border-color css
<style>
span { border-color: #BC017B; }
span { border-color: rgb(188,1,123); }
td.TdClassName
{
border-color: #BC017B;
}
.TagClassName
{
border-color: #BC017B;
}
</style>