#BA86FD

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

Shades of Biloba Flower #BA86FD

Tints of Biloba Flower #BA86FD

Color information

#BA86FD (or 0xBA86FD) is unknown color: approx Biloba Flower. HEX triplet: BA, 86 and FD. RGB value is (186,134,253). Sum of RGB (Red+Green+Blue) = 186+134+253=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA86FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA86FD is #457902. Grayscale: #A2A2A2. Windows color (decimal): -4552963 or 16615098. OLE color: 16615098.

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

Color convert

RGB186134253-
CMYK0.260.4700.01
HSL266.22º96.75%75.88%-
HSV(B)266.22º47.04%99.22%-
XYZ46.534.5897.15-
YUV163.11178.73144.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 134 (52.73% from 255) = 23.39%
BLUE value IS 253 (99.22% from 255) = 44.15%
R=32.46%
G=23.39%
B=44.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861342530.260.4700.01266.2296.7575.88
HexBA86FD1A2F0110a614c
Octal272206375325701412141114
Binary101110101000011011111101110101011110110000101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86FD; }

 p { color: rgb(186,134,253); }

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

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

 a { background-color: rgb(186,134,253); }

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

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

 span { border-color: rgb(186,134,253); }

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