Shades of Medium Red Violet #BC266B
Tints of Medium Red Violet #BC266B
RGB
CMYK
RGB Variations
Color information
#BC266B (or 0xBC266B) is known color: Medium Red Violet. HEX triplet: BC, 26 and 6B. RGB value is (188,38,107). Sum of RGB (Red+Green+Blue) = 188+38+107=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC266B is #43D994. Grayscale: #5A5A5A. Windows color (decimal): -4446613 or 7022268. OLE color: 7022268.
HSL color Cylindrical-coordinate representation of color #BC266B: hue angle of 332.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC266B is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 107 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.26 |
| HSL | 332.4º | 0.66% | 0.44% | - |
| HSV(B) | 332.4º | 0.8% | 0.74% | - |
| XYZ | 24.09 | 13.14 | 15.18 | - |
| YUV | 90.72 | 137.2 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 107 | 0 | 0.80 | 0.43 | 0.26 | 332.4 | 0.66 | 0.44 |
| Hex | BC | 26 | 6B | 0 | 50 | 2B | 1A | 14C | 42 | 2C |
| Octal | 274 | 46 | 153 | 0 | 120 | 53 | 32 | 514 | 102 | 54 |
| Binary | 10111100 | 100110 | 1101011 | 0 | 1010000 | 101011 | 11010 | 101001100 | 1000010 | 101100 |
Color Harmonies of #BC266B
Complementary color
Monochromatic Colors of #BC266B
Black with #BC266B
Text Example
Text Example
White with #BC266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC266B; }
p { color: rgb(188,38,107); }
H1.HeaderClassName
{
color: #BC266B;
}
.AnyTagClassName
{
color: #BC266B;
}
</style>
background-color css
<style>
a { background-color: #BC266B; }
a { background-color: rgb(188,38,107); }
div.DivClassName
{
background-color: #BC266B;
}
.BgClassName
{
background-color: #BC266B;
}
</style>
border-color css
<style>
span { border-color: #BC266B; }
span { border-color: rgb(188,38,107); }
td.TdClassName
{
border-color: #BC266B;
}
.TagClassName
{
border-color: #BC266B;
}
</style>