Shades of Medium Orchid #BC5EFA
Tints of Medium Orchid #BC5EFA
RGB
CMYK
RGB Variations
Color information
#BC5EFA (or 0xBC5EFA) is known color: Medium Orchid. HEX triplet: BC, 5E and FA. RGB value is (188,94,250). Sum of RGB (Red+Green+Blue) = 188+94+250=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC5EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EFA is #43A105. Grayscale: #8B8B8B. Windows color (decimal): -4432134 or 16408252. OLE color: 16408252.
HSL color Cylindrical-coordinate representation of color #BC5EFA: hue angle of 276.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5EFA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 94 | 250 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.02 |
| HSL | 276.15º | 0.94% | 0.67% | - |
| HSV(B) | 276.15º | 0.62% | 0.98% | - |
| XYZ | 42 | 25.6 | 93.17 | - |
| YUV | 139.89 | 190.14 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 250 | 0.25 | 0.62 | 0 | 0.02 | 276.15 | 0.94 | 0.67 |
| Hex | BC | 5E | FA | 19 | 3E | 0 | 2 | 114 | 5E | 43 |
| Octal | 274 | 136 | 372 | 31 | 76 | 0 | 2 | 424 | 136 | 103 |
| Binary | 10111100 | 1011110 | 11111010 | 11001 | 111110 | 0 | 10 | 100010100 | 1011110 | 1000011 |
Color Harmonies of #BC5EFA
Complementary color
Monochromatic Colors of #BC5EFA
Black with #BC5EFA
Text Example
Text Example
White with #BC5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EFA; }
p { color: rgb(188,94,250); }
H1.HeaderClassName
{
color: #BC5EFA;
}
.AnyTagClassName
{
color: #BC5EFA;
}
</style>
background-color css
<style>
a { background-color: #BC5EFA; }
a { background-color: rgb(188,94,250); }
div.DivClassName
{
background-color: #BC5EFA;
}
.BgClassName
{
background-color: #BC5EFA;
}
</style>
border-color css
<style>
span { border-color: #BC5EFA; }
span { border-color: rgb(188,94,250); }
td.TdClassName
{
border-color: #BC5EFA;
}
.TagClassName
{
border-color: #BC5EFA;
}
</style>