Shades of Medium Red Violet #BC226D
Tints of Medium Red Violet #BC226D
RGB
CMYK
RGB Variations
Color information
#BC226D (or 0xBC226D) is known color: Medium Red Violet. HEX triplet: BC, 22 and 6D. RGB value is (188,34,109). Sum of RGB (Red+Green+Blue) = 188+34+109=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC226D is #43DD92. Grayscale: #585858. Windows color (decimal): -4447635 or 7152316. OLE color: 7152316.
HSL color Cylindrical-coordinate representation of color #BC226D: hue angle of 330.78º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC226D is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 109 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.26 |
| HSL | 330.78º | 0.69% | 0.44% | - |
| HSV(B) | 330.78º | 0.82% | 0.74% | - |
| XYZ | 24.07 | 12.94 | 15.7 | - |
| YUV | 88.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 109 | 0 | 0.82 | 0.42 | 0.26 | 330.78 | 0.69 | 0.44 |
| Hex | BC | 22 | 6D | 0 | 52 | 2A | 1A | 14B | 45 | 2C |
| Octal | 274 | 42 | 155 | 0 | 122 | 52 | 32 | 513 | 105 | 54 |
| Binary | 10111100 | 100010 | 1101101 | 0 | 1010010 | 101010 | 11010 | 101001011 | 1000101 | 101100 |
Color Harmonies of #BC226D
Complementary color
Monochromatic Colors of #BC226D
Black with #BC226D
Text Example
Text Example
White with #BC226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC226D; }
p { color: rgb(188,34,109); }
H1.HeaderClassName
{
color: #BC226D;
}
.AnyTagClassName
{
color: #BC226D;
}
</style>
background-color css
<style>
a { background-color: #BC226D; }
a { background-color: rgb(188,34,109); }
div.DivClassName
{
background-color: #BC226D;
}
.BgClassName
{
background-color: #BC226D;
}
</style>
border-color css
<style>
span { border-color: #BC226D; }
span { border-color: rgb(188,34,109); }
td.TdClassName
{
border-color: #BC226D;
}
.TagClassName
{
border-color: #BC226D;
}
</style>