Shades of Medium Red Violet #BC276B
Tints of Medium Red Violet #BC276B
RGB
CMYK
RGB Variations
Color information
#BC276B (or 0xBC276B) is known color: Medium Red Violet. HEX triplet: BC, 27 and 6B. RGB value is (188,39,107). Sum of RGB (Red+Green+Blue) = 188+39+107=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC276B is #43D894. Grayscale: #5B5B5B. Windows color (decimal): -4446357 or 7022524. OLE color: 7022524.
HSL color Cylindrical-coordinate representation of color #BC276B: hue angle of 332.62º 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 #BC276B is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 107 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.26 |
| HSL | 332.62º | 0.66% | 0.45% | - |
| HSV(B) | 332.62º | 0.79% | 0.74% | - |
| XYZ | 24.12 | 13.2 | 15.19 | - |
| YUV | 91.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 107 | 0 | 0.79 | 0.43 | 0.26 | 332.62 | 0.66 | 0.45 |
| Hex | BC | 27 | 6B | 0 | 4F | 2B | 1A | 14D | 42 | 2D |
| Octal | 274 | 47 | 153 | 0 | 117 | 53 | 32 | 515 | 102 | 55 |
| Binary | 10111100 | 100111 | 1101011 | 0 | 1001111 | 101011 | 11010 | 101001101 | 1000010 | 101101 |
Color Harmonies of #BC276B
Complementary color
Monochromatic Colors of #BC276B
Black with #BC276B
Text Example
Text Example
White with #BC276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC276B; }
p { color: rgb(188,39,107); }
H1.HeaderClassName
{
color: #BC276B;
}
.AnyTagClassName
{
color: #BC276B;
}
</style>
background-color css
<style>
a { background-color: #BC276B; }
a { background-color: rgb(188,39,107); }
div.DivClassName
{
background-color: #BC276B;
}
.BgClassName
{
background-color: #BC276B;
}
</style>
border-color css
<style>
span { border-color: #BC276B; }
span { border-color: rgb(188,39,107); }
td.TdClassName
{
border-color: #BC276B;
}
.TagClassName
{
border-color: #BC276B;
}
</style>