Shades of Medium Red Violet #BC227A
Tints of Medium Red Violet #BC227A
RGB
CMYK
RGB Variations
Color information
#BC227A (or 0xBC227A) is known color: Medium Red Violet. HEX triplet: BC, 22 and 7A. RGB value is (188,34,122). Sum of RGB (Red+Green+Blue) = 188+34+122=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC227A is #43DD85. Grayscale: #595959. Windows color (decimal): -4447622 or 8004284. OLE color: 8004284.
HSL color Cylindrical-coordinate representation of color #BC227A: hue angle of 325.71º 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 #BC227A is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 122 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.26 |
| HSL | 325.71º | 0.69% | 0.44% | - |
| HSV(B) | 325.71º | 0.82% | 0.74% | - |
| XYZ | 24.82 | 13.24 | 19.66 | - |
| YUV | 90.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 122 | 0 | 0.82 | 0.35 | 0.26 | 325.71 | 0.69 | 0.44 |
| Hex | BC | 22 | 7A | 0 | 52 | 23 | 1A | 146 | 45 | 2C |
| Octal | 274 | 42 | 172 | 0 | 122 | 43 | 32 | 506 | 105 | 54 |
| Binary | 10111100 | 100010 | 1111010 | 0 | 1010010 | 100011 | 11010 | 101000110 | 1000101 | 101100 |
Color Harmonies of #BC227A
Complementary color
Monochromatic Colors of #BC227A
Black with #BC227A
Text Example
Text Example
White with #BC227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC227A; }
p { color: rgb(188,34,122); }
H1.HeaderClassName
{
color: #BC227A;
}
.AnyTagClassName
{
color: #BC227A;
}
</style>
background-color css
<style>
a { background-color: #BC227A; }
a { background-color: rgb(188,34,122); }
div.DivClassName
{
background-color: #BC227A;
}
.BgClassName
{
background-color: #BC227A;
}
</style>
border-color css
<style>
span { border-color: #BC227A; }
span { border-color: rgb(188,34,122); }
td.TdClassName
{
border-color: #BC227A;
}
.TagClassName
{
border-color: #BC227A;
}
</style>