Shades of Medium Red Violet #BC266D
Tints of Medium Red Violet #BC266D
RGB
CMYK
RGB Variations
Color information
#BC266D (or 0xBC266D) is known color: Medium Red Violet. HEX triplet: BC, 26 and 6D. RGB value is (188,38,109). Sum of RGB (Red+Green+Blue) = 188+38+109=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC266D is #43D992. Grayscale: #5A5A5A. Windows color (decimal): -4446611 or 7153340. OLE color: 7153340.
HSL color Cylindrical-coordinate representation of color #BC266D: hue angle of 331.6º 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 #BC266D is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 109 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.26 |
| HSL | 331.6º | 0.66% | 0.44% | - |
| HSV(B) | 331.6º | 0.8% | 0.74% | - |
| XYZ | 24.19 | 13.18 | 15.74 | - |
| YUV | 90.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 109 | 0 | 0.80 | 0.42 | 0.26 | 331.6 | 0.66 | 0.44 |
| Hex | BC | 26 | 6D | 0 | 50 | 2A | 1A | 14C | 42 | 2C |
| Octal | 274 | 46 | 155 | 0 | 120 | 52 | 32 | 514 | 102 | 54 |
| Binary | 10111100 | 100110 | 1101101 | 0 | 1010000 | 101010 | 11010 | 101001100 | 1000010 | 101100 |
Color Harmonies of #BC266D
Complementary color
Monochromatic Colors of #BC266D
Black with #BC266D
Text Example
Text Example
White with #BC266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC266D; }
p { color: rgb(188,38,109); }
H1.HeaderClassName
{
color: #BC266D;
}
.AnyTagClassName
{
color: #BC266D;
}
</style>
background-color css
<style>
a { background-color: #BC266D; }
a { background-color: rgb(188,38,109); }
div.DivClassName
{
background-color: #BC266D;
}
.BgClassName
{
background-color: #BC266D;
}
</style>
border-color css
<style>
span { border-color: #BC266D; }
span { border-color: rgb(188,38,109); }
td.TdClassName
{
border-color: #BC266D;
}
.TagClassName
{
border-color: #BC266D;
}
</style>