Shades of Medium Orchid #BC4AE0
Tints of Medium Orchid #BC4AE0
RGB
CMYK
RGB Variations
Color information
#BC4AE0 (or 0xBC4AE0) is known color: Medium Orchid. HEX triplet: BC, 4A and E0. RGB value is (188,74,224). Sum of RGB (Red+Green+Blue) = 188+74+224=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC4AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4AE0 is #43B51F. Grayscale: #7C7C7C. Windows color (decimal): -4437280 or 14699196. OLE color: 14699196.
HSL color Cylindrical-coordinate representation of color #BC4AE0: hue angle of 285.6º 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 #BC4AE0 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 74 | 224 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.12 |
| HSL | 285.6º | 0.71% | 0.58% | - |
| HSV(B) | 285.6º | 0.67% | 0.88% | - |
| XYZ | 36.64 | 20.97 | 72.64 | - |
| YUV | 125.19 | 183.77 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 224 | 0.16 | 0.67 | 0 | 0.12 | 285.6 | 0.71 | 0.58 |
| Hex | BC | 4A | E0 | 10 | 43 | 0 | C | 11E | 47 | 3A |
| Octal | 274 | 112 | 340 | 20 | 103 | 0 | 14 | 436 | 107 | 72 |
| Binary | 10111100 | 1001010 | 11100000 | 10000 | 1000011 | 0 | 1100 | 100011110 | 1000111 | 111010 |
Color Harmonies of #BC4AE0
Complementary color
Monochromatic Colors of #BC4AE0
Black with #BC4AE0
Text Example
Text Example
White with #BC4AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4AE0; }
p { color: rgb(188,74,224); }
H1.HeaderClassName
{
color: #BC4AE0;
}
.AnyTagClassName
{
color: #BC4AE0;
}
</style>
background-color css
<style>
a { background-color: #BC4AE0; }
a { background-color: rgb(188,74,224); }
div.DivClassName
{
background-color: #BC4AE0;
}
.BgClassName
{
background-color: #BC4AE0;
}
</style>
border-color css
<style>
span { border-color: #BC4AE0; }
span { border-color: rgb(188,74,224); }
td.TdClassName
{
border-color: #BC4AE0;
}
.TagClassName
{
border-color: #BC4AE0;
}
</style>