#BA87E7

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

Shades of Biloba Flower #BA87E7

Tints of Biloba Flower #BA87E7

Color information

#BA87E7 (or 0xBA87E7) is unknown color: approx Biloba Flower. HEX triplet: BA, 87 and E7. RGB value is (186,135,231). Sum of RGB (Red+Green+Blue) = 186+135+231=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA87E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87E7 is #457818. Grayscale: #A0A0A0. Windows color (decimal): -4552729 or 15173562. OLE color: 15173562.

HSL color Cylindrical-coordinate representation of color #BA87E7: hue angle of 271.88º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA87E7 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186135231-
CMYK0.190.4200.09
HSL271.88º66.67%71.76%-
HSV(B)271.88º41.56%90.59%-
XYZ43.3433.5479.79-
YUV161.19167.4145.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 135 (53.12% from 255) = 24.46%
BLUE value IS 231 (90.62% from 255) = 41.85%
R=33.70%
G=24.46%
B=41.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861352310.190.4200.09271.8866.6771.76
HexBA87E7132A091104348
Octal2722073472352011420103110
Binary101110101000011111100111100111010100100110001000010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87E7; }

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

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

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

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

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

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

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

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