#BC5EF5

Color #BC5EF5 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BC5EF5

Tints of Medium Orchid #BC5EF5

Color information

#BC5EF5 (or 0xBC5EF5) is unknown color: approx Medium Orchid. HEX triplet: BC, 5E and F5. RGB value is (188,94,245). Sum of RGB (Red+Green+Blue) = 188+94+245=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC5EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EF5 is #43A10A. Grayscale: #8A8A8A. Windows color (decimal): -4432139 or 16080572. OLE color: 16080572.

HSL color Cylindrical-coordinate representation of color #BC5EF5: hue angle of 277.35º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5EF5 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18894245-
CMYK0.230.6200.04
HSL277.35º88.3%66.47%-
HSV(B)277.35º61.63%96.08%-
XYZ41.2225.2989.09-
YUV139.32187.64162.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 94 (37.11% from 255) = 17.84%
BLUE value IS 245 (96.09% from 255) = 46.49%
R=35.67%
G=17.84%
B=46.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188942450.230.6200.04277.3588.366.47
HexBC5EF5173E041155842
Octal274136365277604425130102
Binary1011110010111101111010110111111110010010001010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EF5; }

 p { color: rgb(188,94,245); }

 H1.HeaderClassName
 {
   color: #BC5EF5;
 }
 .AnyTagClassName
 {
   color: #BC5EF5;
 }
</style>
background-color css

<style>
 a { background-color: #BC5EF5; }

 a { background-color: rgb(188,94,245); }

 div.DivClassName
 {
   background-color: #BC5EF5;
 }
 .BgClassName
 {
   background-color: #BC5EF5;
 }
</style>
border-color css

<style>
 span { border-color: #BC5EF5; }

 span { border-color: rgb(188,94,245); }

 td.TdClassName
 {
   border-color: #BC5EF5;
 }
 .TagClassName
 {
   border-color: #BC5EF5;
 }
</style>