#BC79DE

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

Shades of Medium Orchid #BC79DE

Tints of Medium Orchid #BC79DE

Color information

#BC79DE (or 0xBC79DE) is unknown color: approx Medium Orchid. HEX triplet: BC, 79 and DE. RGB value is (188,121,222). Sum of RGB (Red+Green+Blue) = 188+121+222=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC79DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79DE is #438621. Grayscale: #989898. Windows color (decimal): -4425250 or 14580156. OLE color: 14580156.

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

Color convert

RGB188121222-
CMYK0.150.4500.13
HSL279.8º60.48%67.25%-
HSV(B)279.8º45.5%87.06%-
XYZ40.7629.6472.68-
YUV152.55167.2153.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=35.40%
G=22.79%
B=41.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881212220.150.4500.13279.860.4867.25
HexBC79DEF2D0D1183c43
Octal274171336175501543074103
Binary101111001111001110111101111101101011011000110001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79DE; }

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

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

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

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

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

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

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

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