#BA85EF

Color #BA85EF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #BA85EF

Tints of Biloba Flower #BA85EF

Color information

#BA85EF (or 0xBA85EF) is unknown color: approx Biloba Flower. HEX triplet: BA, 85 and EF. RGB value is (186,133,239). Sum of RGB (Red+Green+Blue) = 186+133+239=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA85EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85EF is #457A10. Grayscale: #A0A0A0. Windows color (decimal): -4553233 or 15697338. OLE color: 15697338.

HSL color Cylindrical-coordinate representation of color #BA85EF: hue angle of 270º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA85EF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186133239-
CMYK0.220.4400.06
HSL270º76.81%72.94%-
HSV(B)270º44.35%93.73%-
XYZ44.2233.4585.79-
YUV160.93172.06145.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 23.84%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=33.33%
G=23.84%
B=42.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861332390.220.4400.0627076.8172.94
HexBA85EF162C0610e4d49
Octal272205357265406416115111
Binary10111010100001011110111110110101100011010000111010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85EF; }

 p { color: rgb(186,133,239); }

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

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

 a { background-color: rgb(186,133,239); }

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

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

 span { border-color: rgb(186,133,239); }

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