#BA93DA

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

Shades of Biloba Flower #BA93DA

Tints of Biloba Flower #BA93DA

Color information

#BA93DA (or 0xBA93DA) is unknown color: approx Biloba Flower. HEX triplet: BA, 93 and DA. RGB value is (186,147,218). Sum of RGB (Red+Green+Blue) = 186+147+218=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93DA is #456C25. Grayscale: #A6A6A6. Windows color (decimal): -4549670 or 14324666. OLE color: 14324666.

HSL color Cylindrical-coordinate representation of color #BA93DA: hue angle of 272.96º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA93DA is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186147218-
CMYK0.150.3300.15
HSL272.96º48.97%71.57%-
HSV(B)272.96º32.57%85.49%-
XYZ43.3436.3771.07-
YUV166.76156.92141.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 147 (57.81% from 255) = 26.68%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=33.76%
G=26.68%
B=39.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861472180.150.3300.15272.9648.9771.57
HexBA93DAF210F1113148
Octal272223332174101742161110
Binary1011101010010011110110101111100001011111000100011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93DA; }

 p { color: rgb(186,147,218); }

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

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

 a { background-color: rgb(186,147,218); }

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

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

 span { border-color: rgb(186,147,218); }

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