Shades of Medium Red Violet #BC3478
Tints of Medium Red Violet #BC3478
RGB
CMYK
RGB Variations
Color information
#BC3478 (or 0xBC3478) is known color: Medium Red Violet. HEX triplet: BC, 34 and 78. RGB value is (188,52,120). Sum of RGB (Red+Green+Blue) = 188+52+120=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3478 is #43CB87. Grayscale: #646464. Windows color (decimal): -4443016 or 7877820. OLE color: 7877820.
HSL color Cylindrical-coordinate representation of color #BC3478: hue angle of 330º 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 #BC3478 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 120 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.26 |
| HSL | 330º | 0.57% | 0.47% | - |
| HSV(B) | 330º | 0.72% | 0.74% | - |
| XYZ | 25.36 | 14.5 | 19.23 | - |
| YUV | 100.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 120 | 0 | 0.72 | 0.36 | 0.26 | 330 | 0.57 | 0.47 |
| Hex | BC | 34 | 78 | 0 | 48 | 24 | 1A | 14A | 39 | 2F |
| Octal | 274 | 64 | 170 | 0 | 110 | 44 | 32 | 512 | 71 | 57 |
| Binary | 10111100 | 110100 | 1111000 | 0 | 1001000 | 100100 | 11010 | 101001010 | 111001 | 101111 |
Color Harmonies of #BC3478
Complementary color
Monochromatic Colors of #BC3478
Black with #BC3478
Text Example
Text Example
White with #BC3478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3478; }
p { color: rgb(188,52,120); }
H1.HeaderClassName
{
color: #BC3478;
}
.AnyTagClassName
{
color: #BC3478;
}
</style>
background-color css
<style>
a { background-color: #BC3478; }
a { background-color: rgb(188,52,120); }
div.DivClassName
{
background-color: #BC3478;
}
.BgClassName
{
background-color: #BC3478;
}
</style>
border-color css
<style>
span { border-color: #BC3478; }
span { border-color: rgb(188,52,120); }
td.TdClassName
{
border-color: #BC3478;
}
.TagClassName
{
border-color: #BC3478;
}
</style>