#BA84EA

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

Shades of Biloba Flower #BA84EA

Tints of Biloba Flower #BA84EA

Color information

#BA84EA (or 0xBA84EA) is unknown color: approx Biloba Flower. HEX triplet: BA, 84 and EA. RGB value is (186,132,234). Sum of RGB (Red+Green+Blue) = 186+132+234=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA84EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84EA is #457B15. Grayscale: #9F9F9F. Windows color (decimal): -4553494 or 15369402. OLE color: 15369402.

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

Color convert

RGB186132234-
CMYK0.210.4400.08
HSL271.76º70.83%71.76%-
HSV(B)271.76º43.59%91.76%-
XYZ43.3532.8881.9-
YUV159.77169.89146.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=33.70%
G=23.91%
B=42.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861322340.210.4400.08271.7670.8371.76
HexBA84EA152C081104748
Octal2722043522554010420107110
Binary101110101000010011101010101011011000100010001000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84EA; }

 p { color: rgb(186,132,234); }

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

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

 a { background-color: rgb(186,132,234); }

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

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

 span { border-color: rgb(186,132,234); }

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