#BA85EC

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

Shades of Biloba Flower #BA85EC

Tints of Biloba Flower #BA85EC

Color information

#BA85EC (or 0xBA85EC) is unknown color: approx Biloba Flower. HEX triplet: BA, 85 and EC. RGB value is (186,133,236). Sum of RGB (Red+Green+Blue) = 186+133+236=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85EC is #457A13. Grayscale: #A0A0A0. Windows color (decimal): -4553236 or 15500730. OLE color: 15500730.

HSL color Cylindrical-coordinate representation of color #BA85EC: hue angle of 270.87º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA85EC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186133236-
CMYK0.210.4400.07
HSL270.87º73.05%72.35%-
HSV(B)270.87º43.64%92.55%-
XYZ43.7833.2783.47-
YUV160.59170.56146.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 133 (52.34% from 255) = 23.96%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=33.51%
G=23.96%
B=42.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861332360.210.4400.07270.8773.0572.35
HexBA85EC152C0710f4948
Octal272205354255407417111110
Binary10111010100001011110110010101101100011110000111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85EC; }

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

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

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

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

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

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

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

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