Html Css Color HEX #BA93D8 Biloba Flower

📋 copy color: '#BA93D8'

red 186 ◦ green 147 ◦ blue 216

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

Shades of Biloba Flower #BA93D8

Tints of Biloba Flower #BA93D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.34%

R = 33.88%
G = 26.78%
B = 39.34%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA93D8 (or 0xBA93D8) is known color: Biloba Flower. HEX triplet: BA, 93 and D8. RGB value is (186,147,216). Sum of RGB (Red+Green+Blue) = 186+147+216=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA93D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93D8 is #456C27. Grayscale: #A6A6A6. Windows color (decimal): -4549672 or 14193594. OLE color: 14193594.

HSL color Cylindrical-coordinate representation of color #BA93D8: hue angle of 273.91º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA93D8 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 147 216 -
CMYK 0.14 0.32 0 0.15
HSL 273.91º 0.47% 0.71% -
HSV(B) 273.91º 0.32% 0.85% -
XYZ 43.08 36.26 69.7 -
YUV 166.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 186 147 216 0.14 0.32 0 0.15 273.91 0.47 0.71
Hex BA 93 D8 E 20 0 F 112 2F 47
Octal 272 223 330 16 40 0 17 422 57 107
Binary 10111010 10010011 11011000 1110 100000 0 1111 100010010 101111 1000111

Color Harmonies of #BA93D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93D8

Black with #BA93D8

Text Example


Text Example

White with #BA93D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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