#BA84F3

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

Shades of Biloba Flower #BA84F3

Tints of Biloba Flower #BA84F3

Color information

#BA84F3 (or 0xBA84F3) is unknown color: approx Biloba Flower. HEX triplet: BA, 84 and F3. RGB value is (186,132,243). Sum of RGB (Red+Green+Blue) = 186+132+243=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA84F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84F3 is #457B0C. Grayscale: #A0A0A0. Windows color (decimal): -4553485 or 15959226. OLE color: 15959226.

HSL color Cylindrical-coordinate representation of color #BA84F3: hue angle of 269.19º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA84F3 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186132243-
CMYK0.230.4600.05
HSL269.19º82.22%73.53%-
HSV(B)269.19º45.68%95.29%-
XYZ44.6833.4188.89-
YUV160.8174.39145.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 243 (95.31% from 255) = 43.32%
R=33.16%
G=23.53%
B=43.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861322430.230.4600.05269.1982.2273.53
HexBA84F3172E0510d524a
Octal272204363275605415122112
Binary10111010100001001111001110111101110010110000110110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84F3; }

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

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

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

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

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

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

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

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