#BC6ED4

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

Shades of Medium Orchid #BC6ED4

Tints of Medium Orchid #BC6ED4

Color information

#BC6ED4 (or 0xBC6ED4) is unknown color: approx Medium Orchid. HEX triplet: BC, 6E and D4. RGB value is (188,110,212). Sum of RGB (Red+Green+Blue) = 188+110+212=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC6ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ED4 is #43912B. Grayscale: #909090. Windows color (decimal): -4428076 or 13921980. OLE color: 13921980.

HSL color Cylindrical-coordinate representation of color #BC6ED4: hue angle of 285.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6ED4 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188110212-
CMYK0.110.4800.17
HSL285.88º54.26%63.14%-
HSV(B)285.88º48.11%83.14%-
XYZ38.226.665.41-
YUV144.95165.84158.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 110 (43.36% from 255) = 21.57%
BLUE value IS 212 (83.20% from 255) = 41.57%
R=36.86%
G=21.57%
B=41.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881102120.110.4800.17285.8854.2663.14
HexBC6ED4B3001111e363f
Octal27415632413600214366677
Binary101111001101110110101001011110000010001100011110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6ED4; }

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

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

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

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

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

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

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

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