Shades of Medium Red Violet #BC276E
Tints of Medium Red Violet #BC276E
RGB
CMYK
RGB Variations
Color information
#BC276E (or 0xBC276E) is known color: Medium Red Violet. HEX triplet: BC, 27 and 6E. RGB value is (188,39,110). Sum of RGB (Red+Green+Blue) = 188+39+110=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC276E is #43D891. Grayscale: #5B5B5B. Windows color (decimal): -4446354 or 7219132. OLE color: 7219132.
HSL color Cylindrical-coordinate representation of color #BC276E: hue angle of 331.41º 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 #BC276E is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 110 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.26 |
| HSL | 331.41º | 0.66% | 0.45% | - |
| HSV(B) | 331.41º | 0.79% | 0.74% | - |
| XYZ | 24.28 | 13.27 | 16.03 | - |
| YUV | 91.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 110 | 0 | 0.79 | 0.41 | 0.26 | 331.41 | 0.66 | 0.45 |
| Hex | BC | 27 | 6E | 0 | 4F | 29 | 1A | 14B | 42 | 2D |
| Octal | 274 | 47 | 156 | 0 | 117 | 51 | 32 | 513 | 102 | 55 |
| Binary | 10111100 | 100111 | 1101110 | 0 | 1001111 | 101001 | 11010 | 101001011 | 1000010 | 101101 |
Color Harmonies of #BC276E
Complementary color
Monochromatic Colors of #BC276E
Black with #BC276E
Text Example
Text Example
White with #BC276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC276E; }
p { color: rgb(188,39,110); }
H1.HeaderClassName
{
color: #BC276E;
}
.AnyTagClassName
{
color: #BC276E;
}
</style>
background-color css
<style>
a { background-color: #BC276E; }
a { background-color: rgb(188,39,110); }
div.DivClassName
{
background-color: #BC276E;
}
.BgClassName
{
background-color: #BC276E;
}
</style>
border-color css
<style>
span { border-color: #BC276E; }
span { border-color: rgb(188,39,110); }
td.TdClassName
{
border-color: #BC276E;
}
.TagClassName
{
border-color: #BC276E;
}
</style>