Shades of Medium Red Violet #BC278E
Tints of Medium Red Violet #BC278E
RGB
CMYK
RGB Variations
Color information
#BC278E (or 0xBC278E) is known color: Medium Red Violet. HEX triplet: BC, 27 and 8E. RGB value is (188,39,142). Sum of RGB (Red+Green+Blue) = 188+39+142=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC278E is #43D871. Grayscale: #5F5F5F. Windows color (decimal): -4446322 or 9316284. OLE color: 9316284.
HSL color Cylindrical-coordinate representation of color #BC278E: hue angle of 318.52º 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 #BC278E is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 142 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.26 |
| HSL | 318.52º | 0.66% | 0.45% | - |
| HSV(B) | 318.52º | 0.79% | 0.74% | - |
| XYZ | 26.35 | 14.1 | 26.92 | - |
| YUV | 95.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 142 | 0 | 0.79 | 0.24 | 0.26 | 318.52 | 0.66 | 0.45 |
| Hex | BC | 27 | 8E | 0 | 4F | 18 | 1A | 13F | 42 | 2D |
| Octal | 274 | 47 | 216 | 0 | 117 | 30 | 32 | 477 | 102 | 55 |
| Binary | 10111100 | 100111 | 10001110 | 0 | 1001111 | 11000 | 11010 | 100111111 | 1000010 | 101101 |
Color Harmonies of #BC278E
Complementary color
Monochromatic Colors of #BC278E
Black with #BC278E
Text Example
Text Example
White with #BC278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC278E; }
p { color: rgb(188,39,142); }
H1.HeaderClassName
{
color: #BC278E;
}
.AnyTagClassName
{
color: #BC278E;
}
</style>
background-color css
<style>
a { background-color: #BC278E; }
a { background-color: rgb(188,39,142); }
div.DivClassName
{
background-color: #BC278E;
}
.BgClassName
{
background-color: #BC278E;
}
</style>
border-color css
<style>
span { border-color: #BC278E; }
span { border-color: rgb(188,39,142); }
td.TdClassName
{
border-color: #BC278E;
}
.TagClassName
{
border-color: #BC278E;
}
</style>