Html Css Color HEX #BA93DB Biloba Flower

📋 copy color: '#BA93DB'

red 186 ◦ green 147 ◦ blue 219

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

Shades of Biloba Flower #BA93DB

Tints of Biloba Flower #BA93DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 33.7%
G = 26.63%
B = 39.67%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA93DB (or 0xBA93DB) is known color: Biloba Flower. HEX triplet: BA, 93 and DB. RGB value is (186,147,219). Sum of RGB (Red+Green+Blue) = 186+147+219=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93DB is #456C24. Grayscale: #A6A6A6. Windows color (decimal): -4549669 or 14390202. OLE color: 14390202.

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

Color convert

RGB 186 147 219 -
CMYK 0.15 0.33 0 0.14
HSL 272.5º 0.5% 0.72% -
HSV(B) 272.5º 0.33% 0.86% -
XYZ 43.47 36.42 71.76 -
YUV 166.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 186 147 219 0.15 0.33 0 0.14 272.5 0.5 0.72
Hex BA 93 DB F 21 0 E 110 32 48
Octal 272 223 333 17 41 0 16 420 62 110
Binary 10111010 10010011 11011011 1111 100001 0 1110 100010000 110010 1001000

Color Harmonies of #BA93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93DB

Black with #BA93DB

Text Example


Text Example

White with #BA93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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