#BA85ED

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

Shades of Biloba Flower #BA85ED

Tints of Biloba Flower #BA85ED

Color information

#BA85ED (or 0xBA85ED) is unknown color: approx Biloba Flower. HEX triplet: BA, 85 and ED. RGB value is (186,133,237). Sum of RGB (Red+Green+Blue) = 186+133+237=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85ED is #457A12. Grayscale: #A0A0A0. Windows color (decimal): -4553235 or 15566266. OLE color: 15566266.

HSL color Cylindrical-coordinate representation of color #BA85ED: hue angle of 270.58º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA85ED is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186133237-
CMYK0.220.4400.07
HSL270.58º74.29%72.55%-
HSV(B)270.58º43.88%92.94%-
XYZ43.9233.3384.24-
YUV160.7171.06146.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=33.45%
G=23.92%
B=42.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861332370.220.4400.07270.5874.2972.55
HexBA85ED162C0710f4a49
Octal272205355265407417112111
Binary10111010100001011110110110110101100011110000111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85ED; }

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

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

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

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

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

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

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

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