#BA79E1

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

Shades of Medium Orchid #BA79E1

Tints of Medium Orchid #BA79E1

Color information

#BA79E1 (or 0xBA79E1) is unknown color: approx Medium Orchid. HEX triplet: BA, 79 and E1. RGB value is (186,121,225). Sum of RGB (Red+Green+Blue) = 186+121+225=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA79E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79E1 is #45861E. Grayscale: #979797. Windows color (decimal): -4556319 or 14776762. OLE color: 14776762.

HSL color Cylindrical-coordinate representation of color #BA79E1: hue angle of 277.5º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA79E1 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186121225-
CMYK0.170.4600.12
HSL277.5º63.41%67.84%-
HSV(B)277.5º46.22%88.24%-
XYZ40.6829.5574.79-
YUV152.29169.03152.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 121 (47.66% from 255) = 22.74%
BLUE value IS 225 (88.28% from 255) = 42.29%
R=34.96%
G=22.74%
B=42.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861212250.170.4600.12277.563.4167.84
HexBA79E1112E0C1163f44
Octal272171341215601442677104
Binary1011101011110011110000110001101110011001000101101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79E1; }

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

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

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

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

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

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

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

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