Shades of Medium Violet Red #BC138F
Tints of Medium Violet Red #BC138F
RGB
CMYK
RGB Variations
Color information
#BC138F (or 0xBC138F) is known color: Medium Violet Red. HEX triplet: BC, 13 and 8F. RGB value is (188,19,143). Sum of RGB (Red+Green+Blue) = 188+19+143=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC138F is #43EC70. Grayscale: #535353. Windows color (decimal): -4451441 or 9376700. OLE color: 9376700.
HSL color Cylindrical-coordinate representation of color #BC138F: hue angle of 315.98º 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 #BC138F is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 143 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.26 |
| HSL | 315.98º | 0.82% | 0.41% | - |
| HSV(B) | 315.98º | 0.9% | 0.74% | - |
| XYZ | 25.93 | 13.14 | 27.16 | - |
| YUV | 83.67 | 161.49 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 143 | 0 | 0.90 | 0.24 | 0.26 | 315.98 | 0.82 | 0.41 |
| Hex | BC | 13 | 8F | 0 | 5A | 18 | 1A | 13C | 52 | 29 |
| Octal | 274 | 23 | 217 | 0 | 132 | 30 | 32 | 474 | 122 | 51 |
| Binary | 10111100 | 10011 | 10001111 | 0 | 1011010 | 11000 | 11010 | 100111100 | 1010010 | 101001 |
Color Harmonies of #BC138F
Complementary color
Monochromatic Colors of #BC138F
Black with #BC138F
Text Example
Text Example
White with #BC138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC138F; }
p { color: rgb(188,19,143); }
H1.HeaderClassName
{
color: #BC138F;
}
.AnyTagClassName
{
color: #BC138F;
}
</style>
background-color css
<style>
a { background-color: #BC138F; }
a { background-color: rgb(188,19,143); }
div.DivClassName
{
background-color: #BC138F;
}
.BgClassName
{
background-color: #BC138F;
}
</style>
border-color css
<style>
span { border-color: #BC138F; }
span { border-color: rgb(188,19,143); }
td.TdClassName
{
border-color: #BC138F;
}
.TagClassName
{
border-color: #BC138F;
}
</style>