Shades of Medium Red Violet #BC226F
Tints of Medium Red Violet #BC226F
RGB
CMYK
RGB Variations
Color information
#BC226F (or 0xBC226F) is known color: Medium Red Violet. HEX triplet: BC, 22 and 6F. RGB value is (188,34,111). Sum of RGB (Red+Green+Blue) = 188+34+111=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC226F is #43DD90. Grayscale: #585858. Windows color (decimal): -4447633 or 7283388. OLE color: 7283388.
HSL color Cylindrical-coordinate representation of color #BC226F: hue angle of 330º 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 #BC226F is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 111 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.26 |
| HSL | 330º | 0.69% | 0.44% | - |
| HSV(B) | 330º | 0.82% | 0.74% | - |
| XYZ | 24.18 | 12.98 | 16.27 | - |
| YUV | 88.82 | 140.52 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 111 | 0 | 0.82 | 0.41 | 0.26 | 330 | 0.69 | 0.44 |
| Hex | BC | 22 | 6F | 0 | 52 | 29 | 1A | 14A | 45 | 2C |
| Octal | 274 | 42 | 157 | 0 | 122 | 51 | 32 | 512 | 105 | 54 |
| Binary | 10111100 | 100010 | 1101111 | 0 | 1010010 | 101001 | 11010 | 101001010 | 1000101 | 101100 |
Color Harmonies of #BC226F
Complementary color
Monochromatic Colors of #BC226F
Black with #BC226F
Text Example
Text Example
White with #BC226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC226F; }
p { color: rgb(188,34,111); }
H1.HeaderClassName
{
color: #BC226F;
}
.AnyTagClassName
{
color: #BC226F;
}
</style>
background-color css
<style>
a { background-color: #BC226F; }
a { background-color: rgb(188,34,111); }
div.DivClassName
{
background-color: #BC226F;
}
.BgClassName
{
background-color: #BC226F;
}
</style>
border-color css
<style>
span { border-color: #BC226F; }
span { border-color: rgb(188,34,111); }
td.TdClassName
{
border-color: #BC226F;
}
.TagClassName
{
border-color: #BC226F;
}
</style>