Shades of Medium Red Violet #BC286B
Tints of Medium Red Violet #BC286B
RGB
CMYK
RGB Variations
Color information
#BC286B (or 0xBC286B) is known color: Medium Red Violet. HEX triplet: BC, 28 and 6B. RGB value is (188,40,107). Sum of RGB (Red+Green+Blue) = 188+40+107=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC286B is #43D794. Grayscale: #5B5B5B. Windows color (decimal): -4446101 or 7022780. OLE color: 7022780.
HSL color Cylindrical-coordinate representation of color #BC286B: hue angle of 332.84º degrees, saturation: 0.65, 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 #BC286B is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 107 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.26 |
| HSL | 332.84º | 0.65% | 0.45% | - |
| HSV(B) | 332.84º | 0.79% | 0.74% | - |
| XYZ | 24.15 | 13.27 | 15.2 | - |
| YUV | 91.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 107 | 0 | 0.79 | 0.43 | 0.26 | 332.84 | 0.65 | 0.45 |
| Hex | BC | 28 | 6B | 0 | 4F | 2B | 1A | 14D | 41 | 2D |
| Octal | 274 | 50 | 153 | 0 | 117 | 53 | 32 | 515 | 101 | 55 |
| Binary | 10111100 | 101000 | 1101011 | 0 | 1001111 | 101011 | 11010 | 101001101 | 1000001 | 101101 |
Color Harmonies of #BC286B
Complementary color
Monochromatic Colors of #BC286B
Black with #BC286B
Text Example
Text Example
White with #BC286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC286B; }
p { color: rgb(188,40,107); }
H1.HeaderClassName
{
color: #BC286B;
}
.AnyTagClassName
{
color: #BC286B;
}
</style>
background-color css
<style>
a { background-color: #BC286B; }
a { background-color: rgb(188,40,107); }
div.DivClassName
{
background-color: #BC286B;
}
.BgClassName
{
background-color: #BC286B;
}
</style>
border-color css
<style>
span { border-color: #BC286B; }
span { border-color: rgb(188,40,107); }
td.TdClassName
{
border-color: #BC286B;
}
.TagClassName
{
border-color: #BC286B;
}
</style>