#BA86F3

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

Shades of Biloba Flower #BA86F3

Tints of Biloba Flower #BA86F3

Color information

#BA86F3 (or 0xBA86F3) is unknown color: approx Biloba Flower. HEX triplet: BA, 86 and F3. RGB value is (186,134,243). Sum of RGB (Red+Green+Blue) = 186+134+243=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA86F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA86F3 is #45790C. Grayscale: #A1A1A1. Windows color (decimal): -4552973 or 15959738. OLE color: 15959738.

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

Color convert

RGB186134243-
CMYK0.230.4500.05
HSL268.62º81.95%73.92%-
HSV(B)268.62º44.86%95.29%-
XYZ44.9533.9688.98-
YUV161.97173.73145.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 134 (52.73% from 255) = 23.80%
BLUE value IS 243 (95.31% from 255) = 43.16%
R=33.04%
G=23.80%
B=43.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861342430.230.4500.05268.6281.9573.92
HexBA86F3172D0510d524a
Octal272206363275505415122112
Binary10111010100001101111001110111101101010110000110110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86F3; }

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

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

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

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

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

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

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

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