#ba80f6

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

Shades of Biloba Flower #BA80F6

Tints of Biloba Flower #BA80F6

Color information

#BA80F6 (or 0xBA80F6) is unknown color: approx Biloba Flower. HEX triplet: BA, 80 and F6. RGB value is (186,128,246). Sum of RGB (Red+Green+Blue) = 186+128+246=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA80F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80F6 is #457F09. Grayscale: #9E9E9E. Windows color (decimal): -4554506 or 16154810. OLE color: 16154810.

HSL color Cylindrical-coordinate representation of color #BA80F6: hue angle of 269.49º degrees, saturation: 0.87, 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 #BA80F6 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186128246-
CMYK0.240.4800.04
HSL269.49º86.76%73.33%-
HSV(B)269.49º47.97%96.47%-
XYZ44.632.5391.12-
YUV158.79177.22147.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 128 (50.39% from 255) = 22.86%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=33.21%
G=22.86%
B=43.93%

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
Decimal1861282460.240.4800.04269.4986.7673.33
HexBA80F618300410d5749
Octal272200366306004415127111
Binary10111010100000001111011011000110000010010000110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba80f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba80f6; }

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

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

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

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

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

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

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

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