#BA87FC

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

Shades of Biloba Flower #BA87FC

Tints of Biloba Flower #BA87FC

Color information

#BA87FC (or 0xBA87FC) is unknown color: approx Biloba Flower. HEX triplet: BA, 87 and FC. RGB value is (186,135,252). Sum of RGB (Red+Green+Blue) = 186+135+252=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA87FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87FC is #457803. Grayscale: #A3A3A3. Windows color (decimal): -4552708 or 16549818. OLE color: 16549818.

HSL color Cylindrical-coordinate representation of color #BA87FC: hue angle of 266.15º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA87FC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186135252-
CMYK0.260.4600.01
HSL266.15º95.12%75.88%-
HSV(B)266.15º46.43%98.82%-
XYZ46.4834.896.36-
YUV163.59177.9143.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 135 (53.12% from 255) = 23.56%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=32.46%
G=23.56%
B=43.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861352520.260.4600.01266.1595.1275.88
HexBA87FC1A2E0110a5f4c
Octal272207374325601412137114
Binary101110101000011111111100110101011100110000101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87FC; }

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

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

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

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

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

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

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

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