Shades of Medium Red Violet #BC276D
Tints of Medium Red Violet #BC276D
RGB
CMYK
RGB Variations
Color information
#BC276D (or 0xBC276D) is known color: Medium Red Violet. HEX triplet: BC, 27 and 6D. RGB value is (188,39,109). Sum of RGB (Red+Green+Blue) = 188+39+109=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC276D is #43D892. Grayscale: #5B5B5B. Windows color (decimal): -4446355 or 7153596. OLE color: 7153596.
HSL color Cylindrical-coordinate representation of color #BC276D: hue angle of 331.81º 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 #BC276D is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 109 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.26 |
| HSL | 331.81º | 0.66% | 0.45% | - |
| HSV(B) | 331.81º | 0.79% | 0.74% | - |
| XYZ | 24.22 | 13.25 | 15.75 | - |
| YUV | 91.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 109 | 0 | 0.79 | 0.42 | 0.26 | 331.81 | 0.66 | 0.45 |
| Hex | BC | 27 | 6D | 0 | 4F | 2A | 1A | 14C | 42 | 2D |
| Octal | 274 | 47 | 155 | 0 | 117 | 52 | 32 | 514 | 102 | 55 |
| Binary | 10111100 | 100111 | 1101101 | 0 | 1001111 | 101010 | 11010 | 101001100 | 1000010 | 101101 |
Color Harmonies of #BC276D
Complementary color
Monochromatic Colors of #BC276D
Black with #BC276D
Text Example
Text Example
White with #BC276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC276D; }
p { color: rgb(188,39,109); }
H1.HeaderClassName
{
color: #BC276D;
}
.AnyTagClassName
{
color: #BC276D;
}
</style>
background-color css
<style>
a { background-color: #BC276D; }
a { background-color: rgb(188,39,109); }
div.DivClassName
{
background-color: #BC276D;
}
.BgClassName
{
background-color: #BC276D;
}
</style>
border-color css
<style>
span { border-color: #BC276D; }
span { border-color: rgb(188,39,109); }
td.TdClassName
{
border-color: #BC276D;
}
.TagClassName
{
border-color: #BC276D;
}
</style>