#BA79E3

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

Shades of Medium Orchid #BA79E3

Tints of Medium Orchid #BA79E3

Color information

#BA79E3 (or 0xBA79E3) is unknown color: approx Medium Orchid. HEX triplet: BA, 79 and E3. RGB value is (186,121,227). Sum of RGB (Red+Green+Blue) = 186+121+227=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA79E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79E3 is #45861C. Grayscale: #989898. Windows color (decimal): -4556317 or 14907834. OLE color: 14907834.

HSL color Cylindrical-coordinate representation of color #BA79E3: hue angle of 276.79º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA79E3 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186121227-
CMYK0.180.4700.11
HSL276.79º65.43%68.24%-
HSV(B)276.79º46.7%89.02%-
XYZ40.9529.6676.24-
YUV152.52170.03151.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 121 (47.66% from 255) = 22.66%
BLUE value IS 227 (89.06% from 255) = 42.51%
R=34.83%
G=22.66%
B=42.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861212270.180.4700.11276.7965.4368.24
HexBA79E3122F0B1154144
Octal2721713432257013425101104
Binary10111010111100111100011100101011110101110001010110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79E3; }

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

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

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

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

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

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

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

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