#BC5EE7

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

Shades of Medium Orchid #BC5EE7

Tints of Medium Orchid #BC5EE7

Color information

#BC5EE7 (or 0xBC5EE7) is unknown color: approx Medium Orchid. HEX triplet: BC, 5E and E7. RGB value is (188,94,231). Sum of RGB (Red+Green+Blue) = 188+94+231=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC5EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EE7 is #43A118. Grayscale: #898989. Windows color (decimal): -4432153 or 15163068. OLE color: 15163068.

HSL color Cylindrical-coordinate representation of color #BC5EE7: hue angle of 281.17º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC5EE7 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18894231-
CMYK0.190.5900.09
HSL281.17º74.05%63.73%-
HSV(B)281.17º59.31%90.59%-
XYZ39.1724.4778.26-
YUV137.72180.64163.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 94 (37.11% from 255) = 18.32%
BLUE value IS 231 (90.62% from 255) = 45.03%
R=36.65%
G=18.32%
B=45.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188942310.190.5900.09281.1774.0563.73
HexBC5EE7133B091194a40
Octal2741363472373011431112100
Binary10111100101111011100111100111110110100110001100110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EE7; }

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

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

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

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

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

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

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

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