Shades of Medium Red Violet #BC357F
Tints of Medium Red Violet #BC357F
RGB
CMYK
RGB Variations
Color information
#BC357F (or 0xBC357F) is known color: Medium Red Violet. HEX triplet: BC, 35 and 7F. RGB value is (188,53,127). Sum of RGB (Red+Green+Blue) = 188+53+127=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC357F is #43CA80. Grayscale: #656565. Windows color (decimal): -4442753 or 8336828. OLE color: 8336828.
HSL color Cylindrical-coordinate representation of color #BC357F: hue angle of 327.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC357F is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 127 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.26 |
| HSL | 327.11º | 0.56% | 0.47% | - |
| HSV(B) | 327.11º | 0.72% | 0.74% | - |
| XYZ | 25.84 | 14.77 | 21.57 | - |
| YUV | 101.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 127 | 0 | 0.72 | 0.32 | 0.26 | 327.11 | 0.56 | 0.47 |
| Hex | BC | 35 | 7F | 0 | 48 | 20 | 1A | 147 | 38 | 2F |
| Octal | 274 | 65 | 177 | 0 | 110 | 40 | 32 | 507 | 70 | 57 |
| Binary | 10111100 | 110101 | 1111111 | 0 | 1001000 | 100000 | 11010 | 101000111 | 111000 | 101111 |
Color Harmonies of #BC357F
Complementary color
Monochromatic Colors of #BC357F
Black with #BC357F
Text Example
Text Example
White with #BC357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC357F; }
p { color: rgb(188,53,127); }
H1.HeaderClassName
{
color: #BC357F;
}
.AnyTagClassName
{
color: #BC357F;
}
</style>
background-color css
<style>
a { background-color: #BC357F; }
a { background-color: rgb(188,53,127); }
div.DivClassName
{
background-color: #BC357F;
}
.BgClassName
{
background-color: #BC357F;
}
</style>
border-color css
<style>
span { border-color: #BC357F; }
span { border-color: rgb(188,53,127); }
td.TdClassName
{
border-color: #BC357F;
}
.TagClassName
{
border-color: #BC357F;
}
</style>