Shades of Medium Red Violet #BC347D
Tints of Medium Red Violet #BC347D
RGB
CMYK
RGB Variations
Color information
#BC347D (or 0xBC347D) is known color: Medium Red Violet. HEX triplet: BC, 34 and 7D. RGB value is (188,52,125). Sum of RGB (Red+Green+Blue) = 188+52+125=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC347D is #43CB82. Grayscale: #646464. Windows color (decimal): -4443011 or 8205500. OLE color: 8205500.
HSL color Cylindrical-coordinate representation of color #BC347D: hue angle of 327.79º 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 #BC347D is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 125 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.26 |
| HSL | 327.79º | 0.57% | 0.47% | - |
| HSV(B) | 327.79º | 0.72% | 0.74% | - |
| XYZ | 25.67 | 14.63 | 20.87 | - |
| YUV | 100.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 125 | 0 | 0.72 | 0.34 | 0.26 | 327.79 | 0.57 | 0.47 |
| Hex | BC | 34 | 7D | 0 | 48 | 22 | 1A | 148 | 39 | 2F |
| Octal | 274 | 64 | 175 | 0 | 110 | 42 | 32 | 510 | 71 | 57 |
| Binary | 10111100 | 110100 | 1111101 | 0 | 1001000 | 100010 | 11010 | 101001000 | 111001 | 101111 |
Color Harmonies of #BC347D
Complementary color
Monochromatic Colors of #BC347D
Black with #BC347D
Text Example
Text Example
White with #BC347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC347D; }
p { color: rgb(188,52,125); }
H1.HeaderClassName
{
color: #BC347D;
}
.AnyTagClassName
{
color: #BC347D;
}
</style>
background-color css
<style>
a { background-color: #BC347D; }
a { background-color: rgb(188,52,125); }
div.DivClassName
{
background-color: #BC347D;
}
.BgClassName
{
background-color: #BC347D;
}
</style>
border-color css
<style>
span { border-color: #BC347D; }
span { border-color: rgb(188,52,125); }
td.TdClassName
{
border-color: #BC347D;
}
.TagClassName
{
border-color: #BC347D;
}
</style>