Shades of Medium Red Violet #BC348D
Tints of Medium Red Violet #BC348D
RGB
CMYK
RGB Variations
Color information
#BC348D (or 0xBC348D) is known color: Medium Red Violet. HEX triplet: BC, 34 and 8D. RGB value is (188,52,141). Sum of RGB (Red+Green+Blue) = 188+52+141=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC348D is #43CB72. Grayscale: #666666. Windows color (decimal): -4442995 or 9254076. OLE color: 9254076.
HSL color Cylindrical-coordinate representation of color #BC348D: hue angle of 320.74º degrees, saturation: 0.57, 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 #BC348D is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 141 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.26 |
| HSL | 320.74º | 0.57% | 0.47% | - |
| HSV(B) | 320.74º | 0.72% | 0.74% | - |
| XYZ | 26.77 | 15.07 | 26.7 | - |
| YUV | 102.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 141 | 0 | 0.72 | 0.25 | 0.26 | 320.74 | 0.57 | 0.47 |
| Hex | BC | 34 | 8D | 0 | 48 | 19 | 1A | 141 | 39 | 2F |
| Octal | 274 | 64 | 215 | 0 | 110 | 31 | 32 | 501 | 71 | 57 |
| Binary | 10111100 | 110100 | 10001101 | 0 | 1001000 | 11001 | 11010 | 101000001 | 111001 | 101111 |
Color Harmonies of #BC348D
Complementary color
Monochromatic Colors of #BC348D
Black with #BC348D
Text Example
Text Example
White with #BC348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC348D; }
p { color: rgb(188,52,141); }
H1.HeaderClassName
{
color: #BC348D;
}
.AnyTagClassName
{
color: #BC348D;
}
</style>
background-color css
<style>
a { background-color: #BC348D; }
a { background-color: rgb(188,52,141); }
div.DivClassName
{
background-color: #BC348D;
}
.BgClassName
{
background-color: #BC348D;
}
</style>
border-color css
<style>
span { border-color: #BC348D; }
span { border-color: rgb(188,52,141); }
td.TdClassName
{
border-color: #BC348D;
}
.TagClassName
{
border-color: #BC348D;
}
</style>