#BA87F2

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

Shades of Biloba Flower #BA87F2

Tints of Biloba Flower #BA87F2

Color information

#BA87F2 (or 0xBA87F2) is unknown color: approx Biloba Flower. HEX triplet: BA, 87 and F2. RGB value is (186,135,242). Sum of RGB (Red+Green+Blue) = 186+135+242=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA87F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87F2 is #45780D. Grayscale: #A2A2A2. Windows color (decimal): -4552718 or 15894458. OLE color: 15894458.

HSL color Cylindrical-coordinate representation of color #BA87F2: hue angle of 268.6º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA87F2 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186135242-
CMYK0.230.4400.05
HSL268.6º80.45%73.92%-
HSV(B)268.6º44.21%94.9%-
XYZ44.9434.1888.23-
YUV162.45172.9144.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 135 (53.12% from 255) = 23.98%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=33.04%
G=23.98%
B=42.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861352420.230.4400.05268.680.4573.92
HexBA87F2172C0510d504a
Octal272207362275405415120112
Binary10111010100001111111001010111101100010110000110110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87F2; }

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

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

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

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

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

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

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

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