Shades of Medium Red Violet #BC276A
Tints of Medium Red Violet #BC276A
RGB
CMYK
RGB Variations
Color information
#BC276A (or 0xBC276A) is known color: Medium Red Violet. HEX triplet: BC, 27 and 6A. RGB value is (188,39,106). Sum of RGB (Red+Green+Blue) = 188+39+106=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC276A is #43D895. Grayscale: #5B5B5B. Windows color (decimal): -4446358 or 6956988. OLE color: 6956988.
HSL color Cylindrical-coordinate representation of color #BC276A: hue angle of 333.02º 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 #BC276A is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 106 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.26 |
| HSL | 333.02º | 0.66% | 0.45% | - |
| HSV(B) | 333.02º | 0.79% | 0.74% | - |
| XYZ | 24.07 | 13.18 | 14.91 | - |
| YUV | 91.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 106 | 0 | 0.79 | 0.44 | 0.26 | 333.02 | 0.66 | 0.45 |
| Hex | BC | 27 | 6A | 0 | 4F | 2C | 1A | 14D | 42 | 2D |
| Octal | 274 | 47 | 152 | 0 | 117 | 54 | 32 | 515 | 102 | 55 |
| Binary | 10111100 | 100111 | 1101010 | 0 | 1001111 | 101100 | 11010 | 101001101 | 1000010 | 101101 |
Color Harmonies of #BC276A
Complementary color
Monochromatic Colors of #BC276A
Black with #BC276A
Text Example
Text Example
White with #BC276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC276A; }
p { color: rgb(188,39,106); }
H1.HeaderClassName
{
color: #BC276A;
}
.AnyTagClassName
{
color: #BC276A;
}
</style>
background-color css
<style>
a { background-color: #BC276A; }
a { background-color: rgb(188,39,106); }
div.DivClassName
{
background-color: #BC276A;
}
.BgClassName
{
background-color: #BC276A;
}
</style>
border-color css
<style>
span { border-color: #BC276A; }
span { border-color: rgb(188,39,106); }
td.TdClassName
{
border-color: #BC276A;
}
.TagClassName
{
border-color: #BC276A;
}
</style>