Shades of Medium Violet Red #BC139C
Tints of Medium Violet Red #BC139C
RGB
CMYK
RGB Variations
Color information
#BC139C (or 0xBC139C) is known color: Medium Violet Red. HEX triplet: BC, 13 and 9C. RGB value is (188,19,156). Sum of RGB (Red+Green+Blue) = 188+19+156=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC139C is #43EC63. Grayscale: #545454. Windows color (decimal): -4451428 or 10228668. OLE color: 10228668.
HSL color Cylindrical-coordinate representation of color #BC139C: hue angle of 311.36º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC139C is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 156 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.26 |
| HSL | 311.36º | 0.82% | 0.41% | - |
| HSV(B) | 311.36º | 0.9% | 0.74% | - |
| XYZ | 26.97 | 13.56 | 32.65 | - |
| YUV | 85.15 | 167.99 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 156 | 0 | 0.90 | 0.17 | 0.26 | 311.36 | 0.82 | 0.41 |
| Hex | BC | 13 | 9C | 0 | 5A | 11 | 1A | 137 | 52 | 29 |
| Octal | 274 | 23 | 234 | 0 | 132 | 21 | 32 | 467 | 122 | 51 |
| Binary | 10111100 | 10011 | 10011100 | 0 | 1011010 | 10001 | 11010 | 100110111 | 1010010 | 101001 |
Color Harmonies of #BC139C
Complementary color
Monochromatic Colors of #BC139C
Black with #BC139C
Text Example
Text Example
White with #BC139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC139C; }
p { color: rgb(188,19,156); }
H1.HeaderClassName
{
color: #BC139C;
}
.AnyTagClassName
{
color: #BC139C;
}
</style>
background-color css
<style>
a { background-color: #BC139C; }
a { background-color: rgb(188,19,156); }
div.DivClassName
{
background-color: #BC139C;
}
.BgClassName
{
background-color: #BC139C;
}
</style>
border-color css
<style>
span { border-color: #BC139C; }
span { border-color: rgb(188,19,156); }
td.TdClassName
{
border-color: #BC139C;
}
.TagClassName
{
border-color: #BC139C;
}
</style>