Shades of Medium Violet Red #BC107E
Tints of Medium Violet Red #BC107E
RGB
CMYK
RGB Variations
Color information
#BC107E (or 0xBC107E) is known color: Medium Violet Red. HEX triplet: BC, 10 and 7E. RGB value is (188,16,126). Sum of RGB (Red+Green+Blue) = 188+16+126=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC107E is #43EF81. Grayscale: #4F4F4F. Windows color (decimal): -4452226 or 8261820. OLE color: 8261820.
HSL color Cylindrical-coordinate representation of color #BC107E: hue angle of 321.63º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC107E is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 126 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.26 |
| HSL | 321.63º | 0.84% | 0.4% | - |
| HSV(B) | 321.63º | 0.91% | 0.74% | - |
| XYZ | 24.69 | 12.57 | 20.86 | - |
| YUV | 79.97 | 153.98 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 126 | 0 | 0.91 | 0.33 | 0.26 | 321.63 | 0.84 | 0.4 |
| Hex | BC | 10 | 7E | 0 | 5B | 21 | 1A | 142 | 54 | 28 |
| Octal | 274 | 20 | 176 | 0 | 133 | 41 | 32 | 502 | 124 | 50 |
| Binary | 10111100 | 10000 | 1111110 | 0 | 1011011 | 100001 | 11010 | 101000010 | 1010100 | 101000 |
Color Harmonies of #BC107E
Complementary color
Monochromatic Colors of #BC107E
Black with #BC107E
Text Example
Text Example
White with #BC107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC107E; }
p { color: rgb(188,16,126); }
H1.HeaderClassName
{
color: #BC107E;
}
.AnyTagClassName
{
color: #BC107E;
}
</style>
background-color css
<style>
a { background-color: #BC107E; }
a { background-color: rgb(188,16,126); }
div.DivClassName
{
background-color: #BC107E;
}
.BgClassName
{
background-color: #BC107E;
}
</style>
border-color css
<style>
span { border-color: #BC107E; }
span { border-color: rgb(188,16,126); }
td.TdClassName
{
border-color: #BC107E;
}
.TagClassName
{
border-color: #BC107E;
}
</style>