#BA84EB

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

Shades of Biloba Flower #BA84EB

Tints of Biloba Flower #BA84EB

Color information

#BA84EB (or 0xBA84EB) is unknown color: approx Biloba Flower. HEX triplet: BA, 84 and EB. RGB value is (186,132,235). Sum of RGB (Red+Green+Blue) = 186+132+235=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA84EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84EB is #457B14. Grayscale: #9F9F9F. Windows color (decimal): -4553493 or 15434938. OLE color: 15434938.

HSL color Cylindrical-coordinate representation of color #BA84EB: hue angle of 271.46º degrees, saturation: 0.72, 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 #BA84EB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186132235-
CMYK0.210.4400.08
HSL271.46º72.03%71.96%-
HSV(B)271.46º43.83%92.16%-
XYZ43.532.9482.66-
YUV159.89170.39146.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=33.63%
G=23.87%
B=42.50%

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
Decimal1861322350.210.4400.08271.4672.0371.96
HexBA84EB152C0810f4848
Octal2722043532554010417110110
Binary101110101000010011101011101011011000100010000111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84EB; }

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

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

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

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

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

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

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

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