#BC6ED5

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

Shades of Medium Orchid #BC6ED5

Tints of Medium Orchid #BC6ED5

Color information

#BC6ED5 (or 0xBC6ED5) is unknown color: approx Medium Orchid. HEX triplet: BC, 6E and D5. RGB value is (188,110,213). Sum of RGB (Red+Green+Blue) = 188+110+213=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC6ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ED5 is #43912A. Grayscale: #909090. Windows color (decimal): -4428075 or 13987516. OLE color: 13987516.

HSL color Cylindrical-coordinate representation of color #BC6ED5: hue angle of 285.44º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6ED5 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188110213-
CMYK0.120.4800.16
HSL285.44º55.08%63.33%-
HSV(B)285.44º48.36%83.53%-
XYZ38.3326.6566.07-
YUV145.06166.34158.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 110 (43.36% from 255) = 21.53%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=36.79%
G=21.53%
B=41.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881102130.120.4800.16285.4455.0863.33
HexBC6ED5C3001011d373f
Octal27415632514600204356777
Binary101111001101110110101011100110000010000100011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6ED5; }

 p { color: rgb(188,110,213); }

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

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

 a { background-color: rgb(188,110,213); }

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

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

 span { border-color: rgb(188,110,213); }

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