#BA79DE

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

Shades of Medium Orchid #BA79DE

Tints of Medium Orchid #BA79DE

Color information

#BA79DE (or 0xBA79DE) is unknown color: approx Medium Orchid. HEX triplet: BA, 79 and DE. RGB value is (186,121,222). Sum of RGB (Red+Green+Blue) = 186+121+222=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA79DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79DE is #458621. Grayscale: #979797. Windows color (decimal): -4556322 or 14580154. OLE color: 14580154.

HSL color Cylindrical-coordinate representation of color #BA79DE: hue angle of 278.61º 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 #BA79DE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186121222-
CMYK0.160.4500.13
HSL278.61º60.48%67.25%-
HSV(B)278.61º45.5%87.06%-
XYZ40.2729.3972.66-
YUV151.95167.53152.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 121 (47.66% from 255) = 22.87%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=35.16%
G=22.87%
B=41.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861212220.160.4500.13278.6160.4867.25
HexBA79DE102D0D1173c43
Octal272171336205501542774103
Binary1011101011110011101111010000101101011011000101111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79DE; }

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

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

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

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

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

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

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

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