#BA87EE

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

Shades of Biloba Flower #BA87EE

Tints of Biloba Flower #BA87EE

Color information

#BA87EE (or 0xBA87EE) is unknown color: approx Biloba Flower. HEX triplet: BA, 87 and EE. RGB value is (186,135,238). Sum of RGB (Red+Green+Blue) = 186+135+238=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA87EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87EE is #457811. Grayscale: #A1A1A1. Windows color (decimal): -4552722 or 15632314. OLE color: 15632314.

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

Color convert

RGB186135238-
CMYK0.220.4300.07
HSL269.71º75.18%73.14%-
HSV(B)269.71º43.28%93.33%-
XYZ44.3533.9485.1-
YUV161.99170.9145.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 135 (53.12% from 255) = 24.15%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=33.27%
G=24.15%
B=42.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861352380.220.4300.07269.7175.1873.14
HexBA87EE162B0710e4b49
Octal272207356265307416113111
Binary10111010100001111110111010110101011011110000111010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87EE; }

 p { color: rgb(186,135,238); }

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

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

 a { background-color: rgb(186,135,238); }

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

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

 span { border-color: rgb(186,135,238); }

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