Shades of Medium Red Violet #BC3188
Tints of Medium Red Violet #BC3188
RGB
CMYK
RGB Variations
Color information
#BC3188 (or 0xBC3188) is known color: Medium Red Violet. HEX triplet: BC, 31 and 88. RGB value is (188,49,136). Sum of RGB (Red+Green+Blue) = 188+49+136=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3188 is #43CE77. Grayscale: #646464. Windows color (decimal): -4443768 or 8925628. OLE color: 8925628.
HSL color Cylindrical-coordinate representation of color #BC3188: hue angle of 322.45º 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 #BC3188 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 136 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.26 |
| HSL | 322.45º | 0.59% | 0.46% | - |
| HSV(B) | 322.45º | 0.74% | 0.74% | - |
| XYZ | 26.28 | 14.67 | 24.74 | - |
| YUV | 100.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 136 | 0 | 0.74 | 0.28 | 0.26 | 322.45 | 0.59 | 0.46 |
| Hex | BC | 31 | 88 | 0 | 4A | 1C | 1A | 142 | 3B | 2E |
| Octal | 274 | 61 | 210 | 0 | 112 | 34 | 32 | 502 | 73 | 56 |
| Binary | 10111100 | 110001 | 10001000 | 0 | 1001010 | 11100 | 11010 | 101000010 | 111011 | 101110 |
Color Harmonies of #BC3188
Complementary color
Monochromatic Colors of #BC3188
Black with #BC3188
Text Example
Text Example
White with #BC3188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3188; }
p { color: rgb(188,49,136); }
H1.HeaderClassName
{
color: #BC3188;
}
.AnyTagClassName
{
color: #BC3188;
}
</style>
background-color css
<style>
a { background-color: #BC3188; }
a { background-color: rgb(188,49,136); }
div.DivClassName
{
background-color: #BC3188;
}
.BgClassName
{
background-color: #BC3188;
}
</style>
border-color css
<style>
span { border-color: #BC3188; }
span { border-color: rgb(188,49,136); }
td.TdClassName
{
border-color: #BC3188;
}
.TagClassName
{
border-color: #BC3188;
}
</style>