Shades of Medium Red Violet #BC226E
Tints of Medium Red Violet #BC226E
RGB
CMYK
RGB Variations
Color information
#BC226E (or 0xBC226E) is known color: Medium Red Violet. HEX triplet: BC, 22 and 6E. RGB value is (188,34,110). Sum of RGB (Red+Green+Blue) = 188+34+110=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC226E is #43DD91. Grayscale: #585858. Windows color (decimal): -4447634 or 7217852. OLE color: 7217852.
HSL color Cylindrical-coordinate representation of color #BC226E: hue angle of 330.39º 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 #BC226E is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 110 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.26 |
| HSL | 330.39º | 0.69% | 0.44% | - |
| HSV(B) | 330.39º | 0.82% | 0.74% | - |
| XYZ | 24.13 | 12.96 | 15.98 | - |
| YUV | 88.71 | 140.02 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 110 | 0 | 0.82 | 0.41 | 0.26 | 330.39 | 0.69 | 0.44 |
| Hex | BC | 22 | 6E | 0 | 52 | 29 | 1A | 14A | 45 | 2C |
| Octal | 274 | 42 | 156 | 0 | 122 | 51 | 32 | 512 | 105 | 54 |
| Binary | 10111100 | 100010 | 1101110 | 0 | 1010010 | 101001 | 11010 | 101001010 | 1000101 | 101100 |
Color Harmonies of #BC226E
Complementary color
Monochromatic Colors of #BC226E
Black with #BC226E
Text Example
Text Example
White with #BC226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC226E; }
p { color: rgb(188,34,110); }
H1.HeaderClassName
{
color: #BC226E;
}
.AnyTagClassName
{
color: #BC226E;
}
</style>
background-color css
<style>
a { background-color: #BC226E; }
a { background-color: rgb(188,34,110); }
div.DivClassName
{
background-color: #BC226E;
}
.BgClassName
{
background-color: #BC226E;
}
</style>
border-color css
<style>
span { border-color: #BC226E; }
span { border-color: rgb(188,34,110); }
td.TdClassName
{
border-color: #BC226E;
}
.TagClassName
{
border-color: #BC226E;
}
</style>