#BA87F1

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

Shades of Biloba Flower #BA87F1

Tints of Biloba Flower #BA87F1

Color information

#BA87F1 (or 0xBA87F1) is unknown color: approx Biloba Flower. HEX triplet: BA, 87 and F1. RGB value is (186,135,241). Sum of RGB (Red+Green+Blue) = 186+135+241=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA87F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87F1 is #45780E. Grayscale: #A1A1A1. Windows color (decimal): -4552719 or 15828922. OLE color: 15828922.

HSL color Cylindrical-coordinate representation of color #BA87F1: hue angle of 268.87º degrees, saturation: 0.79, 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 #BA87F1 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186135241-
CMYK0.230.4400.05
HSL268.87º79.1%73.73%-
HSV(B)268.87º43.98%94.51%-
XYZ44.7934.1287.44-
YUV162.33172.4144.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 135 (53.12% from 255) = 24.02%
BLUE value IS 241 (94.53% from 255) = 42.88%
R=33.10%
G=24.02%
B=42.88%

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
Decimal1861352410.230.4400.05268.8779.173.73
HexBA87F1172C0510d4f4a
Octal272207361275405415117112
Binary10111010100001111111000110111101100010110000110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87F1; }

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

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

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

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

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

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

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

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