Html Css Color HEX #BA93E1 Biloba Flower

📋 copy color: '#BA93E1'

red 186 ◦ green 147 ◦ blue 225

#BA93E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #BA93E1

Tints of Biloba Flower #BA93E1

RGB

 RED value IS 186 (73.05% from 255) = 33.33%

 GREEN value IS 147 (57.81% from 255) = 26.34%

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 33.33%
G = 26.34%
B = 40.32%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA93E1 (or 0xBA93E1) is known color: Biloba Flower. HEX triplet: BA, 93 and E1. RGB value is (186,147,225). Sum of RGB (Red+Green+Blue) = 186+147+225=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA93E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93E1 is #456C1E. Grayscale: #A7A7A7. Windows color (decimal): -4549663 or 14783418. OLE color: 14783418.

HSL color Cylindrical-coordinate representation of color #BA93E1: hue angle of 270º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA93E1 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 147 225 -
CMYK 0.17 0.35 0 0.12
HSL 270º 0.57% 0.73% -
HSV(B) 270º 0.35% 0.88% -
XYZ 44.27 36.74 75.99 -
YUV 167.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 186 147 225 0.17 0.35 0 0.12 270 0.57 0.73
Hex BA 93 E1 11 23 0 C 10E 39 49
Octal 272 223 341 21 43 0 14 416 71 111
Binary 10111010 10010011 11100001 10001 100011 0 1100 100001110 111001 1001001

Color Harmonies of #BA93E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93E1

Black with #BA93E1

Text Example


Text Example

White with #BA93E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93E1; }

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

 H1.HeaderClassName
 {
   color: #BA93E1;
 }
 .AnyTagClassName
 {
   color: #BA93E1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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