Shades of Medium Red Violet #BC3474
Tints of Medium Red Violet #BC3474
RGB
CMYK
RGB Variations
Color information
#BC3474 (or 0xBC3474) is known color: Medium Red Violet. HEX triplet: BC, 34 and 74. RGB value is (188,52,116). Sum of RGB (Red+Green+Blue) = 188+52+116=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3474 is #43CB8B. Grayscale: #636363. Windows color (decimal): -4443020 or 7615676. OLE color: 7615676.
HSL color Cylindrical-coordinate representation of color #BC3474: hue angle of 331.76º 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 #BC3474 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 116 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.26 |
| HSL | 331.76º | 0.57% | 0.47% | - |
| HSV(B) | 331.76º | 0.72% | 0.74% | - |
| XYZ | 25.12 | 14.41 | 17.98 | - |
| YUV | 99.96 | 137.06 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 116 | 0 | 0.72 | 0.38 | 0.26 | 331.76 | 0.57 | 0.47 |
| Hex | BC | 34 | 74 | 0 | 48 | 26 | 1A | 14C | 39 | 2F |
| Octal | 274 | 64 | 164 | 0 | 110 | 46 | 32 | 514 | 71 | 57 |
| Binary | 10111100 | 110100 | 1110100 | 0 | 1001000 | 100110 | 11010 | 101001100 | 111001 | 101111 |
Color Harmonies of #BC3474
Complementary color
Monochromatic Colors of #BC3474
Black with #BC3474
Text Example
Text Example
White with #BC3474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3474; }
p { color: rgb(188,52,116); }
H1.HeaderClassName
{
color: #BC3474;
}
.AnyTagClassName
{
color: #BC3474;
}
</style>
background-color css
<style>
a { background-color: #BC3474; }
a { background-color: rgb(188,52,116); }
div.DivClassName
{
background-color: #BC3474;
}
.BgClassName
{
background-color: #BC3474;
}
</style>
border-color css
<style>
span { border-color: #BC3474; }
span { border-color: rgb(188,52,116); }
td.TdClassName
{
border-color: #BC3474;
}
.TagClassName
{
border-color: #BC3474;
}
</style>