#BC6AD6

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

Shades of Medium Orchid #BC6AD6

Tints of Medium Orchid #BC6AD6

Color information

#BC6AD6 (or 0xBC6AD6) is unknown color: approx Medium Orchid. HEX triplet: BC, 6A and D6. RGB value is (188,106,214). Sum of RGB (Red+Green+Blue) = 188+106+214=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AD6 is #439529. Grayscale: #8E8E8E. Windows color (decimal): -4429098 or 14052028. OLE color: 14052028.

HSL color Cylindrical-coordinate representation of color #BC6AD6: hue angle of 285.56º degrees, saturation: 0.57, 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 #BC6AD6 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188106214-
CMYK0.120.5000.16
HSL285.56º56.84%62.75%-
HSV(B)285.56º50.47%83.92%-
XYZ38.0325.8566.6-
YUV142.83168.17160.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 106 (41.80% from 255) = 20.87%
BLUE value IS 214 (83.98% from 255) = 42.13%
R=37.01%
G=20.87%
B=42.13%

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
Decimal1881062140.120.5000.16285.5656.8462.75
HexBC6AD6C3201011e393f
Octal27415232614620204367177
Binary101111001101010110101101100110010010000100011110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6AD6; }

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

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

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

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

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

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

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

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