Html Css Color HEX #BA93E0 Biloba Flower

📋 copy color: '#BA93E0'

red 186 ◦ green 147 ◦ blue 224

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

Shades of Biloba Flower #BA93E0

Tints of Biloba Flower #BA93E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 33.39%
G = 26.39%
B = 40.22%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA93E0 (or 0xBA93E0) is known color: Biloba Flower. HEX triplet: BA, 93 and E0. RGB value is (186,147,224). Sum of RGB (Red+Green+Blue) = 186+147+224=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA93E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93E0 is #456C1F. Grayscale: #A7A7A7. Windows color (decimal): -4549664 or 14717882. OLE color: 14717882.

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

Color convert

RGB 186 147 224 -
CMYK 0.17 0.34 0 0.12
HSL 270.39º 0.55% 0.73% -
HSV(B) 270.39º 0.34% 0.88% -
XYZ 44.14 36.69 75.28 -
YUV 167.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 186 147 224 0.17 0.34 0 0.12 270.39 0.55 0.73
Hex BA 93 E0 11 22 0 C 10E 37 49
Octal 272 223 340 21 42 0 14 416 67 111
Binary 10111010 10010011 11100000 10001 100010 0 1100 100001110 110111 1001001

Color Harmonies of #BA93E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93E0

Black with #BA93E0

Text Example


Text Example

White with #BA93E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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