Shades of Medium Orchid #BC49E0
Tints of Medium Orchid #BC49E0
RGB
CMYK
RGB Variations
Color information
#BC49E0 (or 0xBC49E0) is known color: Medium Orchid. HEX triplet: BC, 49 and E0. RGB value is (188,73,224). Sum of RGB (Red+Green+Blue) = 188+73+224=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC49E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49E0 is #43B61F. Grayscale: #7C7C7C. Windows color (decimal): -4437536 or 14698940. OLE color: 14698940.
HSL color Cylindrical-coordinate representation of color #BC49E0: hue angle of 285.7º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC49E0 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 73 | 224 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.12 |
| HSL | 285.7º | 0.71% | 0.58% | - |
| HSV(B) | 285.7º | 0.67% | 0.88% | - |
| XYZ | 36.58 | 20.84 | 72.62 | - |
| YUV | 124.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 224 | 0.16 | 0.67 | 0 | 0.12 | 285.7 | 0.71 | 0.58 |
| Hex | BC | 49 | E0 | 10 | 43 | 0 | C | 11E | 47 | 3A |
| Octal | 274 | 111 | 340 | 20 | 103 | 0 | 14 | 436 | 107 | 72 |
| Binary | 10111100 | 1001001 | 11100000 | 10000 | 1000011 | 0 | 1100 | 100011110 | 1000111 | 111010 |
Color Harmonies of #BC49E0
Complementary color
Monochromatic Colors of #BC49E0
Black with #BC49E0
Text Example
Text Example
White with #BC49E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49E0; }
p { color: rgb(188,73,224); }
H1.HeaderClassName
{
color: #BC49E0;
}
.AnyTagClassName
{
color: #BC49E0;
}
</style>
background-color css
<style>
a { background-color: #BC49E0; }
a { background-color: rgb(188,73,224); }
div.DivClassName
{
background-color: #BC49E0;
}
.BgClassName
{
background-color: #BC49E0;
}
</style>
border-color css
<style>
span { border-color: #BC49E0; }
span { border-color: rgb(188,73,224); }
td.TdClassName
{
border-color: #BC49E0;
}
.TagClassName
{
border-color: #BC49E0;
}
</style>