Shades of Medium Red Violet #BC347A
Tints of Medium Red Violet #BC347A
RGB
CMYK
RGB Variations
Color information
#BC347A (or 0xBC347A) is known color: Medium Red Violet. HEX triplet: BC, 34 and 7A. RGB value is (188,52,122). Sum of RGB (Red+Green+Blue) = 188+52+122=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC347A is #43CB85. Grayscale: #646464. Windows color (decimal): -4443014 or 8008892. OLE color: 8008892.
HSL color Cylindrical-coordinate representation of color #BC347A: hue angle of 329.12º 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 #BC347A is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 122 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.26 |
| HSL | 329.12º | 0.57% | 0.47% | - |
| HSV(B) | 329.12º | 0.72% | 0.74% | - |
| XYZ | 25.48 | 14.55 | 19.88 | - |
| YUV | 100.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 122 | 0 | 0.72 | 0.35 | 0.26 | 329.12 | 0.57 | 0.47 |
| Hex | BC | 34 | 7A | 0 | 48 | 23 | 1A | 149 | 39 | 2F |
| Octal | 274 | 64 | 172 | 0 | 110 | 43 | 32 | 511 | 71 | 57 |
| Binary | 10111100 | 110100 | 1111010 | 0 | 1001000 | 100011 | 11010 | 101001001 | 111001 | 101111 |
Color Harmonies of #BC347A
Complementary color
Monochromatic Colors of #BC347A
Black with #BC347A
Text Example
Text Example
White with #BC347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC347A; }
p { color: rgb(188,52,122); }
H1.HeaderClassName
{
color: #BC347A;
}
.AnyTagClassName
{
color: #BC347A;
}
</style>
background-color css
<style>
a { background-color: #BC347A; }
a { background-color: rgb(188,52,122); }
div.DivClassName
{
background-color: #BC347A;
}
.BgClassName
{
background-color: #BC347A;
}
</style>
border-color css
<style>
span { border-color: #BC347A; }
span { border-color: rgb(188,52,122); }
td.TdClassName
{
border-color: #BC347A;
}
.TagClassName
{
border-color: #BC347A;
}
</style>