Shades of Medium Orchid #BC4EFE
Tints of Medium Orchid #BC4EFE
RGB
CMYK
RGB Variations
Color information
#BC4EFE (or 0xBC4EFE) is known color: Medium Orchid. HEX triplet: BC, 4E and FE. RGB value is (188,78,254). Sum of RGB (Red+Green+Blue) = 188+78+254=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC4EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4EFE is #43B101. Grayscale: #828282. Windows color (decimal): -4436226 or 16666300. OLE color: 16666300.
HSL color Cylindrical-coordinate representation of color #BC4EFE: hue angle of 277.5º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4EFE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 78 | 254 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.00 |
| HSL | 277.5º | 0.99% | 0.65% | - |
| HSV(B) | 277.5º | 0.69% | 1% | - |
| XYZ | 41.35 | 23.3 | 96.08 | - |
| YUV | 130.95 | 197.44 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 254 | 0.26 | 0.69 | 0 | 0.00 | 277.5 | 0.99 | 0.65 |
| Hex | BC | 4E | FE | 1A | 45 | 0 | 0 | 116 | 63 | 41 |
| Octal | 274 | 116 | 376 | 32 | 105 | 0 | 0 | 426 | 143 | 101 |
| Binary | 10111100 | 1001110 | 11111110 | 11010 | 1000101 | 0 | 0 | 100010110 | 1100011 | 1000001 |
Color Harmonies of #BC4EFE
Complementary color
Monochromatic Colors of #BC4EFE
Black with #BC4EFE
Text Example
Text Example
White with #BC4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EFE; }
p { color: rgb(188,78,254); }
H1.HeaderClassName
{
color: #BC4EFE;
}
.AnyTagClassName
{
color: #BC4EFE;
}
</style>
background-color css
<style>
a { background-color: #BC4EFE; }
a { background-color: rgb(188,78,254); }
div.DivClassName
{
background-color: #BC4EFE;
}
.BgClassName
{
background-color: #BC4EFE;
}
</style>
border-color css
<style>
span { border-color: #BC4EFE; }
span { border-color: rgb(188,78,254); }
td.TdClassName
{
border-color: #BC4EFE;
}
.TagClassName
{
border-color: #BC4EFE;
}
</style>