Shades of Medium Red Violet #BC3078
Tints of Medium Red Violet #BC3078
RGB
CMYK
RGB Variations
Color information
#BC3078 (or 0xBC3078) is known color: Medium Red Violet. HEX triplet: BC, 30 and 78. RGB value is (188,48,120). Sum of RGB (Red+Green+Blue) = 188+48+120=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3078 is #43CF87. Grayscale: #616161. Windows color (decimal): -4444040 or 7876796. OLE color: 7876796.
HSL color Cylindrical-coordinate representation of color #BC3078: hue angle of 329.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3078 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 120 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.26 |
| HSL | 329.14º | 0.59% | 0.46% | - |
| HSV(B) | 329.14º | 0.74% | 0.74% | - |
| XYZ | 25.19 | 14.16 | 19.18 | - |
| YUV | 98.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 120 | 0 | 0.74 | 0.36 | 0.26 | 329.14 | 0.59 | 0.46 |
| Hex | BC | 30 | 78 | 0 | 4A | 24 | 1A | 149 | 3B | 2E |
| Octal | 274 | 60 | 170 | 0 | 112 | 44 | 32 | 511 | 73 | 56 |
| Binary | 10111100 | 110000 | 1111000 | 0 | 1001010 | 100100 | 11010 | 101001001 | 111011 | 101110 |
Color Harmonies of #BC3078
Complementary color
Monochromatic Colors of #BC3078
Black with #BC3078
Text Example
Text Example
White with #BC3078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3078; }
p { color: rgb(188,48,120); }
H1.HeaderClassName
{
color: #BC3078;
}
.AnyTagClassName
{
color: #BC3078;
}
</style>
background-color css
<style>
a { background-color: #BC3078; }
a { background-color: rgb(188,48,120); }
div.DivClassName
{
background-color: #BC3078;
}
.BgClassName
{
background-color: #BC3078;
}
</style>
border-color css
<style>
span { border-color: #BC3078; }
span { border-color: rgb(188,48,120); }
td.TdClassName
{
border-color: #BC3078;
}
.TagClassName
{
border-color: #BC3078;
}
</style>