Shades of Medium Red Violet #BC227E
Tints of Medium Red Violet #BC227E
RGB
CMYK
RGB Variations
Color information
#BC227E (or 0xBC227E) is known color: Medium Red Violet. HEX triplet: BC, 22 and 7E. RGB value is (188,34,126). Sum of RGB (Red+Green+Blue) = 188+34+126=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC227E is #43DD81. Grayscale: #5A5A5A. Windows color (decimal): -4447618 or 8266428. OLE color: 8266428.
HSL color Cylindrical-coordinate representation of color #BC227E: hue angle of 324.16º 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 #BC227E is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 126 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.26 |
| HSL | 324.16º | 0.69% | 0.44% | - |
| HSV(B) | 324.16º | 0.82% | 0.74% | - |
| XYZ | 25.08 | 13.34 | 20.99 | - |
| YUV | 90.53 | 148.02 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 126 | 0 | 0.82 | 0.33 | 0.26 | 324.16 | 0.69 | 0.44 |
| Hex | BC | 22 | 7E | 0 | 52 | 21 | 1A | 144 | 45 | 2C |
| Octal | 274 | 42 | 176 | 0 | 122 | 41 | 32 | 504 | 105 | 54 |
| Binary | 10111100 | 100010 | 1111110 | 0 | 1010010 | 100001 | 11010 | 101000100 | 1000101 | 101100 |
Color Harmonies of #BC227E
Complementary color
Monochromatic Colors of #BC227E
Black with #BC227E
Text Example
Text Example
White with #BC227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC227E; }
p { color: rgb(188,34,126); }
H1.HeaderClassName
{
color: #BC227E;
}
.AnyTagClassName
{
color: #BC227E;
}
</style>
background-color css
<style>
a { background-color: #BC227E; }
a { background-color: rgb(188,34,126); }
div.DivClassName
{
background-color: #BC227E;
}
.BgClassName
{
background-color: #BC227E;
}
</style>
border-color css
<style>
span { border-color: #BC227E; }
span { border-color: rgb(188,34,126); }
td.TdClassName
{
border-color: #BC227E;
}
.TagClassName
{
border-color: #BC227E;
}
</style>