Shades of Medium Red Violet #BC227B
Tints of Medium Red Violet #BC227B
RGB
CMYK
RGB Variations
Color information
#BC227B (or 0xBC227B) is known color: Medium Red Violet. HEX triplet: BC, 22 and 7B. RGB value is (188,34,123). Sum of RGB (Red+Green+Blue) = 188+34+123=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC227B is #43DD84. Grayscale: #595959. Windows color (decimal): -4447621 or 8069820. OLE color: 8069820.
HSL color Cylindrical-coordinate representation of color #BC227B: hue angle of 325.32º 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 #BC227B is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 123 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.26 |
| HSL | 325.32º | 0.69% | 0.44% | - |
| HSV(B) | 325.32º | 0.82% | 0.74% | - |
| XYZ | 24.89 | 13.27 | 19.99 | - |
| YUV | 90.19 | 146.52 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 123 | 0 | 0.82 | 0.35 | 0.26 | 325.32 | 0.69 | 0.44 |
| Hex | BC | 22 | 7B | 0 | 52 | 23 | 1A | 145 | 45 | 2C |
| Octal | 274 | 42 | 173 | 0 | 122 | 43 | 32 | 505 | 105 | 54 |
| Binary | 10111100 | 100010 | 1111011 | 0 | 1010010 | 100011 | 11010 | 101000101 | 1000101 | 101100 |
Color Harmonies of #BC227B
Complementary color
Monochromatic Colors of #BC227B
Black with #BC227B
Text Example
Text Example
White with #BC227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC227B; }
p { color: rgb(188,34,123); }
H1.HeaderClassName
{
color: #BC227B;
}
.AnyTagClassName
{
color: #BC227B;
}
</style>
background-color css
<style>
a { background-color: #BC227B; }
a { background-color: rgb(188,34,123); }
div.DivClassName
{
background-color: #BC227B;
}
.BgClassName
{
background-color: #BC227B;
}
</style>
border-color css
<style>
span { border-color: #BC227B; }
span { border-color: rgb(188,34,123); }
td.TdClassName
{
border-color: #BC227B;
}
.TagClassName
{
border-color: #BC227B;
}
</style>