#BA85F6

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

Shades of Biloba Flower #BA85F6

Tints of Biloba Flower #BA85F6

Color information

#BA85F6 (or 0xBA85F6) is unknown color: approx Biloba Flower. HEX triplet: BA, 85 and F6. RGB value is (186,133,246). Sum of RGB (Red+Green+Blue) = 186+133+246=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA85F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85F6 is #457A09. Grayscale: #A1A1A1. Windows color (decimal): -4553226 or 16156090. OLE color: 16156090.

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

Color convert

RGB186133246-
CMYK0.240.4600.04
HSL268.14º86.26%74.31%-
HSV(B)268.14º45.93%96.47%-
XYZ45.2733.8791.34-
YUV161.73175.56145.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 246 (96.48% from 255) = 43.54%
R=32.92%
G=23.54%
B=43.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861332460.240.4600.04268.1486.2674.31
HexBA85F6182E0410c564a
Octal272205366305604414126112
Binary10111010100001011111011011000101110010010000110010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85F6; }

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

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

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

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

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

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

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

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