#BA84F9

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

Shades of Biloba Flower #BA84F9

Tints of Biloba Flower #BA84F9

Color information

#BA84F9 (or 0xBA84F9) is unknown color: approx Biloba Flower. HEX triplet: BA, 84 and F9. RGB value is (186,132,249). Sum of RGB (Red+Green+Blue) = 186+132+249=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA84F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84F9 is #457B06. Grayscale: #A1A1A1. Windows color (decimal): -4553479 or 16352442. OLE color: 16352442.

HSL color Cylindrical-coordinate representation of color #BA84F9: hue angle of 267.69º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA84F9 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186132249-
CMYK0.250.4700.02
HSL267.69º90.7%74.71%-
HSV(B)267.69º46.99%97.65%-
XYZ45.633.7893.74-
YUV161.48177.39145.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 249 (97.66% from 255) = 43.92%
R=32.80%
G=23.28%
B=43.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861322490.250.4700.02267.6990.774.71
HexBA84F9192F0210c5b4b
Octal272204371315702414133113
Binary1011101010000100111110011100110111101010000110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84F9; }

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

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

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

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

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

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

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

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