#BA80F5

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

Shades of Biloba Flower #BA80F5

Tints of Biloba Flower #BA80F5

Color information

#BA80F5 (or 0xBA80F5) is unknown color: approx Biloba Flower. HEX triplet: BA, 80 and F5. RGB value is (186,128,245). Sum of RGB (Red+Green+Blue) = 186+128+245=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA80F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80F5 is #457F0A. Grayscale: #9E9E9E. Windows color (decimal): -4554507 or 16089274. OLE color: 16089274.

HSL color Cylindrical-coordinate representation of color #BA80F5: hue angle of 269.74º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA80F5 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186128245-
CMYK0.240.4800.04
HSL269.74º85.4%73.14%-
HSV(B)269.74º47.76%96.08%-
XYZ44.4532.4790.31-
YUV158.68176.72147.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 128 (50.39% from 255) = 22.90%
BLUE value IS 245 (96.09% from 255) = 43.83%
R=33.27%
G=22.90%
B=43.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861282450.240.4800.04269.7485.473.14
HexBA80F518300410e5549
Octal272200365306004416125111
Binary10111010100000001111010111000110000010010000111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80F5; }

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

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

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

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

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

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

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

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