Shades of Medium Red Violet #BC2792
Tints of Medium Red Violet #BC2792
RGB
CMYK
RGB Variations
Color information
#BC2792 (or 0xBC2792) is known color: Medium Red Violet. HEX triplet: BC, 27 and 92. RGB value is (188,39,146). Sum of RGB (Red+Green+Blue) = 188+39+146=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2792 is #43D86D. Grayscale: #5F5F5F. Windows color (decimal): -4446318 or 9578428. OLE color: 9578428.
HSL color Cylindrical-coordinate representation of color #BC2792: hue angle of 316.91º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2792 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 146 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.26 |
| HSL | 316.91º | 0.66% | 0.45% | - |
| HSV(B) | 316.91º | 0.79% | 0.74% | - |
| XYZ | 26.65 | 14.22 | 28.53 | - |
| YUV | 95.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 146 | 0 | 0.79 | 0.22 | 0.26 | 316.91 | 0.66 | 0.45 |
| Hex | BC | 27 | 92 | 0 | 4F | 16 | 1A | 13D | 42 | 2D |
| Octal | 274 | 47 | 222 | 0 | 117 | 26 | 32 | 475 | 102 | 55 |
| Binary | 10111100 | 100111 | 10010010 | 0 | 1001111 | 10110 | 11010 | 100111101 | 1000010 | 101101 |
Color Harmonies of #BC2792
Complementary color
Monochromatic Colors of #BC2792
Black with #BC2792
Text Example
Text Example
White with #BC2792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2792; }
p { color: rgb(188,39,146); }
H1.HeaderClassName
{
color: #BC2792;
}
.AnyTagClassName
{
color: #BC2792;
}
</style>
background-color css
<style>
a { background-color: #BC2792; }
a { background-color: rgb(188,39,146); }
div.DivClassName
{
background-color: #BC2792;
}
.BgClassName
{
background-color: #BC2792;
}
</style>
border-color css
<style>
span { border-color: #BC2792; }
span { border-color: rgb(188,39,146); }
td.TdClassName
{
border-color: #BC2792;
}
.TagClassName
{
border-color: #BC2792;
}
</style>