#BC6CD6

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

Shades of Medium Orchid #BC6CD6

Tints of Medium Orchid #BC6CD6

Color information

#BC6CD6 (or 0xBC6CD6) is unknown color: approx Medium Orchid. HEX triplet: BC, 6C and D6. RGB value is (188,108,214). Sum of RGB (Red+Green+Blue) = 188+108+214=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC6CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CD6 is #439329. Grayscale: #8F8F8F. Windows color (decimal): -4428586 or 14052540. OLE color: 14052540.

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

Color convert

RGB188108214-
CMYK0.120.5000.16
HSL285.28º56.38%63.14%-
HSV(B)285.28º49.53%83.92%-
XYZ38.2426.2766.67-
YUV144167.5159.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 108 (42.58% from 255) = 21.18%
BLUE value IS 214 (83.98% from 255) = 41.96%
R=36.86%
G=21.18%
B=41.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881082140.120.5000.16285.2856.3863.14
HexBC6CD6C3201011d383f
Octal27415432614620204357077
Binary101111001101100110101101100110010010000100011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CD6; }

 p { color: rgb(188,108,214); }

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

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

 a { background-color: rgb(188,108,214); }

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

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

 span { border-color: rgb(188,108,214); }

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