Shades of Medium Red Violet #BC3472
Tints of Medium Red Violet #BC3472
RGB
CMYK
RGB Variations
Color information
#BC3472 (or 0xBC3472) is known color: Medium Red Violet. HEX triplet: BC, 34 and 72. RGB value is (188,52,114). Sum of RGB (Red+Green+Blue) = 188+52+114=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3472 is #43CB8D. Grayscale: #636363. Windows color (decimal): -4443022 or 7484604. OLE color: 7484604.
HSL color Cylindrical-coordinate representation of color #BC3472: hue angle of 332.65º 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 #BC3472 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 114 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.26 |
| HSL | 332.65º | 0.57% | 0.47% | - |
| HSV(B) | 332.65º | 0.72% | 0.74% | - |
| XYZ | 25 | 14.36 | 17.37 | - |
| YUV | 99.73 | 136.06 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 114 | 0 | 0.72 | 0.39 | 0.26 | 332.65 | 0.57 | 0.47 |
| Hex | BC | 34 | 72 | 0 | 48 | 27 | 1A | 14D | 39 | 2F |
| Octal | 274 | 64 | 162 | 0 | 110 | 47 | 32 | 515 | 71 | 57 |
| Binary | 10111100 | 110100 | 1110010 | 0 | 1001000 | 100111 | 11010 | 101001101 | 111001 | 101111 |
Color Harmonies of #BC3472
Complementary color
Monochromatic Colors of #BC3472
Black with #BC3472
Text Example
Text Example
White with #BC3472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3472; }
p { color: rgb(188,52,114); }
H1.HeaderClassName
{
color: #BC3472;
}
.AnyTagClassName
{
color: #BC3472;
}
</style>
background-color css
<style>
a { background-color: #BC3472; }
a { background-color: rgb(188,52,114); }
div.DivClassName
{
background-color: #BC3472;
}
.BgClassName
{
background-color: #BC3472;
}
</style>
border-color css
<style>
span { border-color: #BC3472; }
span { border-color: rgb(188,52,114); }
td.TdClassName
{
border-color: #BC3472;
}
.TagClassName
{
border-color: #BC3472;
}
</style>