Shades of Medium Orchid #BC4EFC
Tints of Medium Orchid #BC4EFC
RGB
CMYK
RGB Variations
Color information
#BC4EFC (or 0xBC4EFC) is known color: Medium Orchid. HEX triplet: BC, 4E and FC. RGB value is (188,78,252). Sum of RGB (Red+Green+Blue) = 188+78+252=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC4EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4EFC is #43B103. Grayscale: #828282. Windows color (decimal): -4436228 or 16535228. OLE color: 16535228.
HSL color Cylindrical-coordinate representation of color #BC4EFC: hue angle of 277.93º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4EFC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 78 | 252 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.01 |
| HSL | 277.93º | 0.97% | 0.65% | - |
| HSV(B) | 277.93º | 0.69% | 0.99% | - |
| XYZ | 41.03 | 23.17 | 94.4 | - |
| YUV | 130.73 | 196.44 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 252 | 0.25 | 0.69 | 0 | 0.01 | 277.93 | 0.97 | 0.65 |
| Hex | BC | 4E | FC | 19 | 45 | 0 | 1 | 116 | 61 | 41 |
| Octal | 274 | 116 | 374 | 31 | 105 | 0 | 1 | 426 | 141 | 101 |
| Binary | 10111100 | 1001110 | 11111100 | 11001 | 1000101 | 0 | 1 | 100010110 | 1100001 | 1000001 |
Color Harmonies of #BC4EFC
Complementary color
Monochromatic Colors of #BC4EFC
Black with #BC4EFC
Text Example
Text Example
White with #BC4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EFC; }
p { color: rgb(188,78,252); }
H1.HeaderClassName
{
color: #BC4EFC;
}
.AnyTagClassName
{
color: #BC4EFC;
}
</style>
background-color css
<style>
a { background-color: #BC4EFC; }
a { background-color: rgb(188,78,252); }
div.DivClassName
{
background-color: #BC4EFC;
}
.BgClassName
{
background-color: #BC4EFC;
}
</style>
border-color css
<style>
span { border-color: #BC4EFC; }
span { border-color: rgb(188,78,252); }
td.TdClassName
{
border-color: #BC4EFC;
}
.TagClassName
{
border-color: #BC4EFC;
}
</style>