Shades of Medium Red Violet #BC277F
Tints of Medium Red Violet #BC277F
RGB
CMYK
RGB Variations
Color information
#BC277F (or 0xBC277F) is known color: Medium Red Violet. HEX triplet: BC, 27 and 7F. RGB value is (188,39,127). Sum of RGB (Red+Green+Blue) = 188+39+127=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC277F is #43D880. Grayscale: #5D5D5D. Windows color (decimal): -4446337 or 8333244. OLE color: 8333244.
HSL color Cylindrical-coordinate representation of color #BC277F: hue angle of 324.56º 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 #BC277F is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 127 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.26 |
| HSL | 324.56º | 0.66% | 0.45% | - |
| HSV(B) | 324.56º | 0.79% | 0.74% | - |
| XYZ | 25.3 | 13.67 | 21.38 | - |
| YUV | 93.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 127 | 0 | 0.79 | 0.32 | 0.26 | 324.56 | 0.66 | 0.45 |
| Hex | BC | 27 | 7F | 0 | 4F | 20 | 1A | 145 | 42 | 2D |
| Octal | 274 | 47 | 177 | 0 | 117 | 40 | 32 | 505 | 102 | 55 |
| Binary | 10111100 | 100111 | 1111111 | 0 | 1001111 | 100000 | 11010 | 101000101 | 1000010 | 101101 |
Color Harmonies of #BC277F
Complementary color
Monochromatic Colors of #BC277F
Black with #BC277F
Text Example
Text Example
White with #BC277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC277F; }
p { color: rgb(188,39,127); }
H1.HeaderClassName
{
color: #BC277F;
}
.AnyTagClassName
{
color: #BC277F;
}
</style>
background-color css
<style>
a { background-color: #BC277F; }
a { background-color: rgb(188,39,127); }
div.DivClassName
{
background-color: #BC277F;
}
.BgClassName
{
background-color: #BC277F;
}
</style>
border-color css
<style>
span { border-color: #BC277F; }
span { border-color: rgb(188,39,127); }
td.TdClassName
{
border-color: #BC277F;
}
.TagClassName
{
border-color: #BC277F;
}
</style>