#BA85F1

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

Shades of Biloba Flower #BA85F1

Tints of Biloba Flower #BA85F1

Color information

#BA85F1 (or 0xBA85F1) is unknown color: approx Biloba Flower. HEX triplet: BA, 85 and F1. RGB value is (186,133,241). Sum of RGB (Red+Green+Blue) = 186+133+241=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA85F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85F1 is #457A0E. Grayscale: #A0A0A0. Windows color (decimal): -4553231 or 15828410. OLE color: 15828410.

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

Color convert

RGB186133241-
CMYK0.230.4500.05
HSL269.44º79.41%73.33%-
HSV(B)269.44º44.81%94.51%-
XYZ44.5133.5787.35-
YUV161.16173.06145.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=33.21%
G=23.75%
B=43.04%

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
Decimal1861332410.230.4500.05269.4479.4173.33
HexBA85F1172D0510d4f49
Octal272205361275505415117111
Binary10111010100001011111000110111101101010110000110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85F1; }

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

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

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

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

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

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

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

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