Shades of Medium Red Violet #BC276C
Tints of Medium Red Violet #BC276C
RGB
CMYK
RGB Variations
Color information
#BC276C (or 0xBC276C) is known color: Medium Red Violet. HEX triplet: BC, 27 and 6C. RGB value is (188,39,108). Sum of RGB (Red+Green+Blue) = 188+39+108=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC276C is #43D893. Grayscale: #5B5B5B. Windows color (decimal): -4446356 or 7088060. OLE color: 7088060.
HSL color Cylindrical-coordinate representation of color #BC276C: hue angle of 332.21º 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 #BC276C is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 108 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.26 |
| HSL | 332.21º | 0.66% | 0.45% | - |
| HSV(B) | 332.21º | 0.79% | 0.74% | - |
| XYZ | 24.17 | 13.23 | 15.47 | - |
| YUV | 91.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 108 | 0 | 0.79 | 0.43 | 0.26 | 332.21 | 0.66 | 0.45 |
| Hex | BC | 27 | 6C | 0 | 4F | 2B | 1A | 14C | 42 | 2D |
| Octal | 274 | 47 | 154 | 0 | 117 | 53 | 32 | 514 | 102 | 55 |
| Binary | 10111100 | 100111 | 1101100 | 0 | 1001111 | 101011 | 11010 | 101001100 | 1000010 | 101101 |
Color Harmonies of #BC276C
Complementary color
Monochromatic Colors of #BC276C
Black with #BC276C
Text Example
Text Example
White with #BC276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC276C; }
p { color: rgb(188,39,108); }
H1.HeaderClassName
{
color: #BC276C;
}
.AnyTagClassName
{
color: #BC276C;
}
</style>
background-color css
<style>
a { background-color: #BC276C; }
a { background-color: rgb(188,39,108); }
div.DivClassName
{
background-color: #BC276C;
}
.BgClassName
{
background-color: #BC276C;
}
</style>
border-color css
<style>
span { border-color: #BC276C; }
span { border-color: rgb(188,39,108); }
td.TdClassName
{
border-color: #BC276C;
}
.TagClassName
{
border-color: #BC276C;
}
</style>