#BA88F1

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

Shades of Biloba Flower #BA88F1

Tints of Biloba Flower #BA88F1

Color information

#BA88F1 (or 0xBA88F1) is unknown color: approx Biloba Flower. HEX triplet: BA, 88 and F1. RGB value is (186,136,241). Sum of RGB (Red+Green+Blue) = 186+136+241=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA88F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA88F1 is #45770E. Grayscale: #A2A2A2. Windows color (decimal): -4552463 or 15829178. OLE color: 15829178.

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

Color convert

RGB186136241-
CMYK0.230.4400.05
HSL268.57º78.95%73.92%-
HSV(B)268.57º43.57%94.51%-
XYZ44.9334.487.49-
YUV162.92172.06144.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 136 (53.52% from 255) = 24.16%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=33.04%
G=24.16%
B=42.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861362410.230.4400.05268.5778.9573.92
HexBA88F1172C0510d4f4a
Octal272210361275405415117112
Binary10111010100010001111000110111101100010110000110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88F1; }

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

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

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

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

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

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

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

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