#BA87ED

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

Shades of Biloba Flower #BA87ED

Tints of Biloba Flower #BA87ED

Color information

#BA87ED (or 0xBA87ED) is unknown color: approx Biloba Flower. HEX triplet: BA, 87 and ED. RGB value is (186,135,237). Sum of RGB (Red+Green+Blue) = 186+135+237=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA87ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87ED is #457812. Grayscale: #A1A1A1. Windows color (decimal): -4552723 or 15566778. OLE color: 15566778.

HSL color Cylindrical-coordinate representation of color #BA87ED: hue angle of 270º degrees, saturation: 0.74, 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 #BA87ED is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186135237-
CMYK0.220.4300.07
HSL270º73.91%72.94%-
HSV(B)270º43.04%92.94%-
XYZ44.233.8884.33-
YUV161.88170.4145.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 24.19%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=33.33%
G=24.19%
B=42.47%

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
Decimal1861352370.220.4300.0727073.9172.94
HexBA87ED162B0710e4a49
Octal272207355265307416112111
Binary10111010100001111110110110110101011011110000111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87ED; }

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

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

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

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

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

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

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

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