Shades of Medium Red Violet #BC3092
Tints of Medium Red Violet #BC3092
RGB
CMYK
RGB Variations
Color information
#BC3092 (or 0xBC3092) is known color: Medium Red Violet. HEX triplet: BC, 30 and 92. RGB value is (188,48,146). Sum of RGB (Red+Green+Blue) = 188+48+146=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3092 is #43CF6D. Grayscale: #646464. Windows color (decimal): -4444014 or 9580732. OLE color: 9580732.
HSL color Cylindrical-coordinate representation of color #BC3092: hue angle of 318º 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 #BC3092 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 146 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.26 |
| HSL | 318º | 0.59% | 0.46% | - |
| HSV(B) | 318º | 0.74% | 0.74% | - |
| XYZ | 26.98 | 14.88 | 28.64 | - |
| YUV | 101.03 | 153.38 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 146 | 0 | 0.74 | 0.22 | 0.26 | 318 | 0.59 | 0.46 |
| Hex | BC | 30 | 92 | 0 | 4A | 16 | 1A | 13E | 3B | 2E |
| Octal | 274 | 60 | 222 | 0 | 112 | 26 | 32 | 476 | 73 | 56 |
| Binary | 10111100 | 110000 | 10010010 | 0 | 1001010 | 10110 | 11010 | 100111110 | 111011 | 101110 |
Color Harmonies of #BC3092
Complementary color
Monochromatic Colors of #BC3092
Black with #BC3092
Text Example
Text Example
White with #BC3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3092; }
p { color: rgb(188,48,146); }
H1.HeaderClassName
{
color: #BC3092;
}
.AnyTagClassName
{
color: #BC3092;
}
</style>
background-color css
<style>
a { background-color: #BC3092; }
a { background-color: rgb(188,48,146); }
div.DivClassName
{
background-color: #BC3092;
}
.BgClassName
{
background-color: #BC3092;
}
</style>
border-color css
<style>
span { border-color: #BC3092; }
span { border-color: rgb(188,48,146); }
td.TdClassName
{
border-color: #BC3092;
}
.TagClassName
{
border-color: #BC3092;
}
</style>