#BA89F1

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

Shades of Biloba Flower #BA89F1

Tints of Biloba Flower #BA89F1

Color information

#BA89F1 (or 0xBA89F1) is unknown color: approx Biloba Flower. HEX triplet: BA, 89 and F1. RGB value is (186,137,241). Sum of RGB (Red+Green+Blue) = 186+137+241=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA89F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA89F1 is #45760E. Grayscale: #A3A3A3. Windows color (decimal): -4552207 or 15829434. OLE color: 15829434.

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

Color convert

RGB186137241-
CMYK0.230.4300.05
HSL268.27º78.79%74.12%-
HSV(B)268.27º43.15%94.51%-
XYZ45.0734.6887.54-
YUV163.51171.73144.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 137 (53.91% from 255) = 24.29%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=32.98%
G=24.29%
B=42.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861372410.230.4300.05268.2778.7974.12
HexBA89F1172B0510c4f4a
Octal272211361275305414117112
Binary10111010100010011111000110111101011010110000110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89F1; }

 p { color: rgb(186,137,241); }

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

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

 a { background-color: rgb(186,137,241); }

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

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

 span { border-color: rgb(186,137,241); }

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