Shades of Medium Red Violet #BC279C
Tints of Medium Red Violet #BC279C
RGB
CMYK
RGB Variations
Color information
#BC279C (or 0xBC279C) is known color: Medium Red Violet. HEX triplet: BC, 27 and 9C. RGB value is (188,39,156). Sum of RGB (Red+Green+Blue) = 188+39+156=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC279C is #43D863. Grayscale: #606060. Windows color (decimal): -4446308 or 10233788. OLE color: 10233788.
HSL color Cylindrical-coordinate representation of color #BC279C: hue angle of 312.89º 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 #BC279C is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 156 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.26 |
| HSL | 312.89º | 0.66% | 0.45% | - |
| HSV(B) | 312.89º | 0.79% | 0.74% | - |
| XYZ | 27.47 | 14.54 | 32.81 | - |
| YUV | 96.89 | 161.36 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 156 | 0 | 0.79 | 0.17 | 0.26 | 312.89 | 0.66 | 0.45 |
| Hex | BC | 27 | 9C | 0 | 4F | 11 | 1A | 139 | 42 | 2D |
| Octal | 274 | 47 | 234 | 0 | 117 | 21 | 32 | 471 | 102 | 55 |
| Binary | 10111100 | 100111 | 10011100 | 0 | 1001111 | 10001 | 11010 | 100111001 | 1000010 | 101101 |
Color Harmonies of #BC279C
Complementary color
Monochromatic Colors of #BC279C
Black with #BC279C
Text Example
Text Example
White with #BC279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC279C; }
p { color: rgb(188,39,156); }
H1.HeaderClassName
{
color: #BC279C;
}
.AnyTagClassName
{
color: #BC279C;
}
</style>
background-color css
<style>
a { background-color: #BC279C; }
a { background-color: rgb(188,39,156); }
div.DivClassName
{
background-color: #BC279C;
}
.BgClassName
{
background-color: #BC279C;
}
</style>
border-color css
<style>
span { border-color: #BC279C; }
span { border-color: rgb(188,39,156); }
td.TdClassName
{
border-color: #BC279C;
}
.TagClassName
{
border-color: #BC279C;
}
</style>