Shades of Medium Red Violet #BC3292
Tints of Medium Red Violet #BC3292
RGB
CMYK
RGB Variations
Color information
#BC3292 (or 0xBC3292) is known color: Medium Red Violet. HEX triplet: BC, 32 and 92. RGB value is (188,50,146). Sum of RGB (Red+Green+Blue) = 188+50+146=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3292 is #43CD6D. Grayscale: #656565. Windows color (decimal): -4443502 or 9581244. OLE color: 9581244.
HSL color Cylindrical-coordinate representation of color #BC3292: hue angle of 318.26º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3292 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 146 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.26 |
| HSL | 318.26º | 0.58% | 0.47% | - |
| HSV(B) | 318.26º | 0.73% | 0.74% | - |
| XYZ | 27.07 | 15.05 | 28.67 | - |
| YUV | 102.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 146 | 0 | 0.73 | 0.22 | 0.26 | 318.26 | 0.58 | 0.47 |
| Hex | BC | 32 | 92 | 0 | 49 | 16 | 1A | 13E | 3A | 2F |
| Octal | 274 | 62 | 222 | 0 | 111 | 26 | 32 | 476 | 72 | 57 |
| Binary | 10111100 | 110010 | 10010010 | 0 | 1001001 | 10110 | 11010 | 100111110 | 111010 | 101111 |
Color Harmonies of #BC3292
Complementary color
Monochromatic Colors of #BC3292
Black with #BC3292
Text Example
Text Example
White with #BC3292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3292; }
p { color: rgb(188,50,146); }
H1.HeaderClassName
{
color: #BC3292;
}
.AnyTagClassName
{
color: #BC3292;
}
</style>
background-color css
<style>
a { background-color: #BC3292; }
a { background-color: rgb(188,50,146); }
div.DivClassName
{
background-color: #BC3292;
}
.BgClassName
{
background-color: #BC3292;
}
</style>
border-color css
<style>
span { border-color: #BC3292; }
span { border-color: rgb(188,50,146); }
td.TdClassName
{
border-color: #BC3292;
}
.TagClassName
{
border-color: #BC3292;
}
</style>