#BA85FA

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

Shades of Biloba Flower #BA85FA

Tints of Biloba Flower #BA85FA

Color information

#BA85FA (or 0xBA85FA) is unknown color: approx Biloba Flower. HEX triplet: BA, 85 and FA. RGB value is (186,133,250). Sum of RGB (Red+Green+Blue) = 186+133+250=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85FA is #457A05. Grayscale: #A1A1A1. Windows color (decimal): -4553222 or 16418234. OLE color: 16418234.

HSL color Cylindrical-coordinate representation of color #BA85FA: hue angle of 267.18º degrees, saturation: 0.92, 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 #BA85FA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186133250-
CMYK0.260.4700.02
HSL267.18º92.13%75.1%-
HSV(B)267.18º46.8%98.04%-
XYZ45.8934.1294.61-
YUV162.18177.56144.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=32.69%
G=23.37%
B=43.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861332500.260.4700.02267.1892.1375.1
HexBA85FA1A2F0210b5c4b
Octal272205372325702413134113
Binary1011101010000101111110101101010111101010000101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85FA; }

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

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

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

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

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

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

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

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