Shades of Medium Violet Red #BC228F
Tints of Medium Violet Red #BC228F
RGB
CMYK
RGB Variations
Color information
#BC228F (or 0xBC228F) is known color: Medium Violet Red. HEX triplet: BC, 22 and 8F. RGB value is (188,34,143). Sum of RGB (Red+Green+Blue) = 188+34+143=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC228F is #43DD70. Grayscale: #5C5C5C. Windows color (decimal): -4447601 or 9380540. OLE color: 9380540.
HSL color Cylindrical-coordinate representation of color #BC228F: hue angle of 317.53º 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 #BC228F is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 143 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.26 |
| HSL | 317.53º | 0.69% | 0.44% | - |
| HSV(B) | 317.53º | 0.82% | 0.74% | - |
| XYZ | 26.27 | 13.82 | 27.27 | - |
| YUV | 92.47 | 156.52 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 143 | 0 | 0.82 | 0.24 | 0.26 | 317.53 | 0.69 | 0.44 |
| Hex | BC | 22 | 8F | 0 | 52 | 18 | 1A | 13E | 45 | 2C |
| Octal | 274 | 42 | 217 | 0 | 122 | 30 | 32 | 476 | 105 | 54 |
| Binary | 10111100 | 100010 | 10001111 | 0 | 1010010 | 11000 | 11010 | 100111110 | 1000101 | 101100 |
Color Harmonies of #BC228F
Complementary color
Monochromatic Colors of #BC228F
Black with #BC228F
Text Example
Text Example
White with #BC228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC228F; }
p { color: rgb(188,34,143); }
H1.HeaderClassName
{
color: #BC228F;
}
.AnyTagClassName
{
color: #BC228F;
}
</style>
background-color css
<style>
a { background-color: #BC228F; }
a { background-color: rgb(188,34,143); }
div.DivClassName
{
background-color: #BC228F;
}
.BgClassName
{
background-color: #BC228F;
}
</style>
border-color css
<style>
span { border-color: #BC228F; }
span { border-color: rgb(188,34,143); }
td.TdClassName
{
border-color: #BC228F;
}
.TagClassName
{
border-color: #BC228F;
}
</style>