Shades of Medium Red Violet #BC357B
Tints of Medium Red Violet #BC357B
RGB
CMYK
RGB Variations
Color information
#BC357B (or 0xBC357B) is known color: Medium Red Violet. HEX triplet: BC, 35 and 7B. RGB value is (188,53,123). Sum of RGB (Red+Green+Blue) = 188+53+123=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC357B is #43CA84. Grayscale: #656565. Windows color (decimal): -4442757 or 8074684. OLE color: 8074684.
HSL color Cylindrical-coordinate representation of color #BC357B: hue angle of 328.89º 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 #BC357B is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 123 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.26 |
| HSL | 328.89º | 0.56% | 0.47% | - |
| HSV(B) | 328.89º | 0.72% | 0.74% | - |
| XYZ | 25.59 | 14.67 | 20.22 | - |
| YUV | 101.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 123 | 0 | 0.72 | 0.35 | 0.26 | 328.89 | 0.56 | 0.47 |
| Hex | BC | 35 | 7B | 0 | 48 | 23 | 1A | 149 | 38 | 2F |
| Octal | 274 | 65 | 173 | 0 | 110 | 43 | 32 | 511 | 70 | 57 |
| Binary | 10111100 | 110101 | 1111011 | 0 | 1001000 | 100011 | 11010 | 101001001 | 111000 | 101111 |
Color Harmonies of #BC357B
Complementary color
Monochromatic Colors of #BC357B
Black with #BC357B
Text Example
Text Example
White with #BC357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC357B; }
p { color: rgb(188,53,123); }
H1.HeaderClassName
{
color: #BC357B;
}
.AnyTagClassName
{
color: #BC357B;
}
</style>
background-color css
<style>
a { background-color: #BC357B; }
a { background-color: rgb(188,53,123); }
div.DivClassName
{
background-color: #BC357B;
}
.BgClassName
{
background-color: #BC357B;
}
</style>
border-color css
<style>
span { border-color: #BC357B; }
span { border-color: rgb(188,53,123); }
td.TdClassName
{
border-color: #BC357B;
}
.TagClassName
{
border-color: #BC357B;
}
</style>