#BA85E9

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

Shades of Biloba Flower #BA85E9

Tints of Biloba Flower #BA85E9

Color information

#BA85E9 (or 0xBA85E9) is unknown color: approx Biloba Flower. HEX triplet: BA, 85 and E9. RGB value is (186,133,233). Sum of RGB (Red+Green+Blue) = 186+133+233=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA85E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85E9 is #457A16. Grayscale: #9F9F9F. Windows color (decimal): -4553239 or 15304122. OLE color: 15304122.

HSL color Cylindrical-coordinate representation of color #BA85E9: hue angle of 271.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA85E9 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186133233-
CMYK0.200.4300.09
HSL271.8º69.44%71.76%-
HSV(B)271.8º42.92%91.37%-
XYZ43.3533.181.19-
YUV160.25169.06146.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 133 (52.34% from 255) = 24.09%
BLUE value IS 233 (91.41% from 255) = 42.21%
R=33.70%
G=24.09%
B=42.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861332330.200.4300.09271.869.4471.76
HexBA85E9142B091104548
Octal2722053512453011420105110
Binary101110101000010111101001101001010110100110001000010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85E9; }

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

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

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

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

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

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

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

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