Shades of Medium Red Violet #BC3088
Tints of Medium Red Violet #BC3088
RGB
CMYK
RGB Variations
Color information
#BC3088 (or 0xBC3088) is known color: Medium Red Violet. HEX triplet: BC, 30 and 88. RGB value is (188,48,136). Sum of RGB (Red+Green+Blue) = 188+48+136=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3088 is #43CF77. Grayscale: #636363. Windows color (decimal): -4444024 or 8925372. OLE color: 8925372.
HSL color Cylindrical-coordinate representation of color #BC3088: hue angle of 322.29º 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 #BC3088 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 136 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.26 |
| HSL | 322.29º | 0.59% | 0.46% | - |
| HSV(B) | 322.29º | 0.74% | 0.74% | - |
| XYZ | 26.24 | 14.58 | 24.72 | - |
| YUV | 99.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 136 | 0 | 0.74 | 0.28 | 0.26 | 322.29 | 0.59 | 0.46 |
| Hex | BC | 30 | 88 | 0 | 4A | 1C | 1A | 142 | 3B | 2E |
| Octal | 274 | 60 | 210 | 0 | 112 | 34 | 32 | 502 | 73 | 56 |
| Binary | 10111100 | 110000 | 10001000 | 0 | 1001010 | 11100 | 11010 | 101000010 | 111011 | 101110 |
Color Harmonies of #BC3088
Complementary color
Monochromatic Colors of #BC3088
Black with #BC3088
Text Example
Text Example
White with #BC3088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3088; }
p { color: rgb(188,48,136); }
H1.HeaderClassName
{
color: #BC3088;
}
.AnyTagClassName
{
color: #BC3088;
}
</style>
background-color css
<style>
a { background-color: #BC3088; }
a { background-color: rgb(188,48,136); }
div.DivClassName
{
background-color: #BC3088;
}
.BgClassName
{
background-color: #BC3088;
}
</style>
border-color css
<style>
span { border-color: #BC3088; }
span { border-color: rgb(188,48,136); }
td.TdClassName
{
border-color: #BC3088;
}
.TagClassName
{
border-color: #BC3088;
}
</style>