Shades of Medium Violet Red #BC139A
Tints of Medium Violet Red #BC139A
RGB
CMYK
RGB Variations
Color information
#BC139A (or 0xBC139A) is known color: Medium Violet Red. HEX triplet: BC, 13 and 9A. RGB value is (188,19,154). Sum of RGB (Red+Green+Blue) = 188+19+154=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC139A is #43EC65. Grayscale: #545454. Windows color (decimal): -4451430 or 10097596. OLE color: 10097596.
HSL color Cylindrical-coordinate representation of color #BC139A: hue angle of 312.07º 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 #BC139A is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 154 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.26 |
| HSL | 312.07º | 0.82% | 0.41% | - |
| HSV(B) | 312.07º | 0.9% | 0.74% | - |
| XYZ | 26.8 | 13.49 | 31.76 | - |
| YUV | 84.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 154 | 0 | 0.90 | 0.18 | 0.26 | 312.07 | 0.82 | 0.41 |
| Hex | BC | 13 | 9A | 0 | 5A | 12 | 1A | 138 | 52 | 29 |
| Octal | 274 | 23 | 232 | 0 | 132 | 22 | 32 | 470 | 122 | 51 |
| Binary | 10111100 | 10011 | 10011010 | 0 | 1011010 | 10010 | 11010 | 100111000 | 1010010 | 101001 |
Color Harmonies of #BC139A
Complementary color
Monochromatic Colors of #BC139A
Black with #BC139A
Text Example
Text Example
White with #BC139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC139A; }
p { color: rgb(188,19,154); }
H1.HeaderClassName
{
color: #BC139A;
}
.AnyTagClassName
{
color: #BC139A;
}
</style>
background-color css
<style>
a { background-color: #BC139A; }
a { background-color: rgb(188,19,154); }
div.DivClassName
{
background-color: #BC139A;
}
.BgClassName
{
background-color: #BC139A;
}
</style>
border-color css
<style>
span { border-color: #BC139A; }
span { border-color: rgb(188,19,154); }
td.TdClassName
{
border-color: #BC139A;
}
.TagClassName
{
border-color: #BC139A;
}
</style>