Shades of Medium Red Violet #BC3097
Tints of Medium Red Violet #BC3097
RGB
CMYK
RGB Variations
Color information
#BC3097 (or 0xBC3097) is known color: Medium Red Violet. HEX triplet: BC, 30 and 97. RGB value is (188,48,151). Sum of RGB (Red+Green+Blue) = 188+48+151=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3097 is #43CF68. Grayscale: #656565. Windows color (decimal): -4444009 or 9908412. OLE color: 9908412.
HSL color Cylindrical-coordinate representation of color #BC3097: hue angle of 315.86º 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 #BC3097 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 151 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.26 |
| HSL | 315.86º | 0.59% | 0.46% | - |
| HSV(B) | 315.86º | 0.74% | 0.74% | - |
| XYZ | 27.38 | 15.04 | 30.74 | - |
| YUV | 101.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 151 | 0 | 0.74 | 0.20 | 0.26 | 315.86 | 0.59 | 0.46 |
| Hex | BC | 30 | 97 | 0 | 4A | 14 | 1A | 13C | 3B | 2E |
| Octal | 274 | 60 | 227 | 0 | 112 | 24 | 32 | 474 | 73 | 56 |
| Binary | 10111100 | 110000 | 10010111 | 0 | 1001010 | 10100 | 11010 | 100111100 | 111011 | 101110 |
Color Harmonies of #BC3097
Complementary color
Monochromatic Colors of #BC3097
Black with #BC3097
Text Example
Text Example
White with #BC3097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3097; }
p { color: rgb(188,48,151); }
H1.HeaderClassName
{
color: #BC3097;
}
.AnyTagClassName
{
color: #BC3097;
}
</style>
background-color css
<style>
a { background-color: #BC3097; }
a { background-color: rgb(188,48,151); }
div.DivClassName
{
background-color: #BC3097;
}
.BgClassName
{
background-color: #BC3097;
}
</style>
border-color css
<style>
span { border-color: #BC3097; }
span { border-color: rgb(188,48,151); }
td.TdClassName
{
border-color: #BC3097;
}
.TagClassName
{
border-color: #BC3097;
}
</style>