#BA8BEA

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

Shades of Biloba Flower #BA8BEA

Tints of Biloba Flower #BA8BEA

Color information

#BA8BEA (or 0xBA8BEA) is unknown color: approx Biloba Flower. HEX triplet: BA, 8B and EA. RGB value is (186,139,234). Sum of RGB (Red+Green+Blue) = 186+139+234=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BEA is #457415. Grayscale: #A3A3A3. Windows color (decimal): -4551702 or 15371194. OLE color: 15371194.

HSL color Cylindrical-coordinate representation of color #BA8BEA: hue angle of 269.68º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA8BEA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186139234-
CMYK0.210.4100.08
HSL269.68º69.34%73.14%-
HSV(B)269.68º40.6%91.76%-
XYZ44.3334.8482.23-
YUV163.88167.57143.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 139 (54.69% from 255) = 24.87%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=33.27%
G=24.87%
B=41.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861392340.210.4100.08269.6869.3473.14
HexBA8BEA15290810e4549
Octal2722133522551010416105111
Binary101110101000101111101010101011010010100010000111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BEA; }

 p { color: rgb(186,139,234); }

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

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

 a { background-color: rgb(186,139,234); }

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

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

 span { border-color: rgb(186,139,234); }

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