Shades of Medium Violet Red #BC136F
Tints of Medium Violet Red #BC136F
RGB
CMYK
RGB Variations
Color information
#BC136F (or 0xBC136F) is known color: Medium Violet Red. HEX triplet: BC, 13 and 6F. RGB value is (188,19,111). Sum of RGB (Red+Green+Blue) = 188+19+111=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC136F is #43EC90. Grayscale: #4F4F4F. Windows color (decimal): -4451473 or 7279548. OLE color: 7279548.
HSL color Cylindrical-coordinate representation of color #BC136F: hue angle of 327.34º 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 #BC136F is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 111 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.26 |
| HSL | 327.34º | 0.82% | 0.41% | - |
| HSV(B) | 327.34º | 0.9% | 0.74% | - |
| XYZ | 23.84 | 12.3 | 16.16 | - |
| YUV | 80.02 | 145.49 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 111 | 0 | 0.90 | 0.41 | 0.26 | 327.34 | 0.82 | 0.41 |
| Hex | BC | 13 | 6F | 0 | 5A | 29 | 1A | 147 | 52 | 29 |
| Octal | 274 | 23 | 157 | 0 | 132 | 51 | 32 | 507 | 122 | 51 |
| Binary | 10111100 | 10011 | 1101111 | 0 | 1011010 | 101001 | 11010 | 101000111 | 1010010 | 101001 |
Color Harmonies of #BC136F
Complementary color
Monochromatic Colors of #BC136F
Black with #BC136F
Text Example
Text Example
White with #BC136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC136F; }
p { color: rgb(188,19,111); }
H1.HeaderClassName
{
color: #BC136F;
}
.AnyTagClassName
{
color: #BC136F;
}
</style>
background-color css
<style>
a { background-color: #BC136F; }
a { background-color: rgb(188,19,111); }
div.DivClassName
{
background-color: #BC136F;
}
.BgClassName
{
background-color: #BC136F;
}
</style>
border-color css
<style>
span { border-color: #BC136F; }
span { border-color: rgb(188,19,111); }
td.TdClassName
{
border-color: #BC136F;
}
.TagClassName
{
border-color: #BC136F;
}
</style>