Shades of Medium Red Violet #BC277B
Tints of Medium Red Violet #BC277B
RGB
CMYK
RGB Variations
Color information
#BC277B (or 0xBC277B) is known color: Medium Red Violet. HEX triplet: BC, 27 and 7B. RGB value is (188,39,123). Sum of RGB (Red+Green+Blue) = 188+39+123=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC277B is #43D884. Grayscale: #5C5C5C. Windows color (decimal): -4446341 or 8071100. OLE color: 8071100.
HSL color Cylindrical-coordinate representation of color #BC277B: hue angle of 326.17º 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 #BC277B is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 123 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.26 |
| HSL | 326.17º | 0.66% | 0.45% | - |
| HSV(B) | 326.17º | 0.79% | 0.74% | - |
| XYZ | 25.04 | 13.57 | 20.04 | - |
| YUV | 93.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 123 | 0 | 0.79 | 0.35 | 0.26 | 326.17 | 0.66 | 0.45 |
| Hex | BC | 27 | 7B | 0 | 4F | 23 | 1A | 146 | 42 | 2D |
| Octal | 274 | 47 | 173 | 0 | 117 | 43 | 32 | 506 | 102 | 55 |
| Binary | 10111100 | 100111 | 1111011 | 0 | 1001111 | 100011 | 11010 | 101000110 | 1000010 | 101101 |
Color Harmonies of #BC277B
Complementary color
Monochromatic Colors of #BC277B
Black with #BC277B
Text Example
Text Example
White with #BC277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC277B; }
p { color: rgb(188,39,123); }
H1.HeaderClassName
{
color: #BC277B;
}
.AnyTagClassName
{
color: #BC277B;
}
</style>
background-color css
<style>
a { background-color: #BC277B; }
a { background-color: rgb(188,39,123); }
div.DivClassName
{
background-color: #BC277B;
}
.BgClassName
{
background-color: #BC277B;
}
</style>
border-color css
<style>
span { border-color: #BC277B; }
span { border-color: rgb(188,39,123); }
td.TdClassName
{
border-color: #BC277B;
}
.TagClassName
{
border-color: #BC277B;
}
</style>