#BA87F9

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

Shades of Biloba Flower #BA87F9

Tints of Biloba Flower #BA87F9

Color information

#BA87F9 (or 0xBA87F9) is unknown color: approx Biloba Flower. HEX triplet: BA, 87 and F9. RGB value is (186,135,249). Sum of RGB (Red+Green+Blue) = 186+135+249=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA87F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87F9 is #457806. Grayscale: #A2A2A2. Windows color (decimal): -4552711 or 16353210. OLE color: 16353210.

HSL color Cylindrical-coordinate representation of color #BA87F9: hue angle of 266.84º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA87F9 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186135249-
CMYK0.250.4600.02
HSL266.84º90.48%75.29%-
HSV(B)266.84º45.78%97.65%-
XYZ46.0134.6193.88-
YUV163.24176.4144.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 135 (53.12% from 255) = 23.68%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=32.63%
G=23.68%
B=43.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861352490.250.4600.02266.8490.4875.29
HexBA87F9192E0210b5a4b
Octal272207371315602413132113
Binary1011101010000111111110011100110111001010000101110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87F9; }

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

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

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

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

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

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

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

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