#BA80EB

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

Shades of Biloba Flower #BA80EB

Tints of Biloba Flower #BA80EB

Color information

#BA80EB (or 0xBA80EB) is unknown color: approx Biloba Flower. HEX triplet: BA, 80 and EB. RGB value is (186,128,235). Sum of RGB (Red+Green+Blue) = 186+128+235=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA80EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80EB is #457F14. Grayscale: #9D9D9D. Windows color (decimal): -4554517 or 15433914. OLE color: 15433914.

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

Color convert

RGB186128235-
CMYK0.210.4600.08
HSL272.52º72.79%71.18%-
HSV(B)272.52º45.53%92.16%-
XYZ42.9631.8882.49-
YUV157.54171.72148.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=33.88%
G=23.32%
B=42.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861282350.210.4600.08272.5272.7971.18
HexBA80EB152E081114947
Octal2722003532556010421111107
Binary101110101000000011101011101011011100100010001000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80EB; }

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

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

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

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

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

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

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

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