#BC6ADE

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

Shades of Medium Orchid #BC6ADE

Tints of Medium Orchid #BC6ADE

Color information

#BC6ADE (or 0xBC6ADE) is unknown color: approx Medium Orchid. HEX triplet: BC, 6A and DE. RGB value is (188,106,222). Sum of RGB (Red+Green+Blue) = 188+106+222=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ADE is #439521. Grayscale: #8F8F8F. Windows color (decimal): -4429090 or 14576316. OLE color: 14576316.

HSL color Cylindrical-coordinate representation of color #BC6ADE: hue angle of 282.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6ADE is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188106222-
CMYK0.150.5200.13
HSL282.41º63.74%64.31%-
HSV(B)282.41º52.25%87.06%-
XYZ39.0826.2772.12-
YUV143.74172.17159.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 106 (41.80% from 255) = 20.54%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=36.43%
G=20.54%
B=43.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881062220.150.5200.13282.4163.7464.31
HexBC6ADEF340D11a4040
Octal2741523361764015432100100
Binary1011110011010101101111011111101000110110001101010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6ADE; }

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

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

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

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

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

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

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

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