Shades of Medium Violet Red #BC218B
Tints of Medium Violet Red #BC218B
RGB
CMYK
RGB Variations
Color information
#BC218B (or 0xBC218B) is known color: Medium Violet Red. HEX triplet: BC, 21 and 8B. RGB value is (188,33,139). Sum of RGB (Red+Green+Blue) = 188+33+139=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC218B is #43DE74. Grayscale: #5B5B5B. Windows color (decimal): -4447861 or 9118140. OLE color: 9118140.
HSL color Cylindrical-coordinate representation of color #BC218B: hue angle of 318.97º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC218B is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 139 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.26 |
| HSL | 318.97º | 0.7% | 0.43% | - |
| HSV(B) | 318.97º | 0.82% | 0.74% | - |
| XYZ | 25.94 | 13.64 | 25.69 | - |
| YUV | 91.43 | 154.85 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 139 | 0 | 0.82 | 0.26 | 0.26 | 318.97 | 0.7 | 0.43 |
| Hex | BC | 21 | 8B | 0 | 52 | 1A | 1A | 13F | 46 | 2B |
| Octal | 274 | 41 | 213 | 0 | 122 | 32 | 32 | 477 | 106 | 53 |
| Binary | 10111100 | 100001 | 10001011 | 0 | 1010010 | 11010 | 11010 | 100111111 | 1000110 | 101011 |
Color Harmonies of #BC218B
Complementary color
Monochromatic Colors of #BC218B
Black with #BC218B
Text Example
Text Example
White with #BC218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC218B; }
p { color: rgb(188,33,139); }
H1.HeaderClassName
{
color: #BC218B;
}
.AnyTagClassName
{
color: #BC218B;
}
</style>
background-color css
<style>
a { background-color: #BC218B; }
a { background-color: rgb(188,33,139); }
div.DivClassName
{
background-color: #BC218B;
}
.BgClassName
{
background-color: #BC218B;
}
</style>
border-color css
<style>
span { border-color: #BC218B; }
span { border-color: rgb(188,33,139); }
td.TdClassName
{
border-color: #BC218B;
}
.TagClassName
{
border-color: #BC218B;
}
</style>