Html Css Color HEX #BA91DB Biloba Flower

📋 copy color: '#BA91DB'

red 186 ◦ green 145 ◦ blue 219

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

Shades of Biloba Flower #BA91DB

Tints of Biloba Flower #BA91DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.36%

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

R = 33.82%
G = 26.36%
B = 39.82%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA91DB (or 0xBA91DB) is known color: Biloba Flower. HEX triplet: BA, 91 and DB. RGB value is (186,145,219). Sum of RGB (Red+Green+Blue) = 186+145+219=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91DB is #456E24. Grayscale: #A5A5A5. Windows color (decimal): -4550181 or 14389690. OLE color: 14389690.

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

Color convert

RGB 186 145 219 -
CMYK 0.15 0.34 0 0.14
HSL 273.24º 0.51% 0.71% -
HSV(B) 273.24º 0.34% 0.86% -
XYZ 43.16 35.8 71.65 -
YUV 165.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 186 145 219 0.15 0.34 0 0.14 273.24 0.51 0.71
Hex BA 91 DB F 22 0 E 111 33 47
Octal 272 221 333 17 42 0 16 421 63 107
Binary 10111010 10010001 11011011 1111 100010 0 1110 100010001 110011 1000111

Color Harmonies of #BA91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA91DB

Black with #BA91DB

Text Example


Text Example

White with #BA91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA91DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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