#BA93DD

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

Shades of Biloba Flower #BA93DD

Tints of Biloba Flower #BA93DD

Color information

#BA93DD (or 0xBA93DD) is unknown color: approx Biloba Flower. HEX triplet: BA, 93 and DD. RGB value is (186,147,221). Sum of RGB (Red+Green+Blue) = 186+147+221=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93DD is #456C22. Grayscale: #A6A6A6. Windows color (decimal): -4549667 or 14521274. OLE color: 14521274.

HSL color Cylindrical-coordinate representation of color #BA93DD: hue angle of 271.62º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA93DD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186147221-
CMYK0.160.3300.13
HSL271.62º52.11%72.16%-
HSV(B)271.62º33.48%86.67%-
XYZ43.7336.5373.15-
YUV167.1158.42141.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 147 (57.81% from 255) = 26.53%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=33.57%
G=26.53%
B=39.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861472210.160.3300.13271.6252.1172.16
HexBA93DD10210D1103448
Octal272223335204101542064110
Binary10111010100100111101110110000100001011011000100001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93DD; }

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

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

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

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

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

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

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

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