Html Css Color HEX #BA91DA Biloba Flower

📋 copy color: '#BA91DA'

red 186 ◦ green 145 ◦ blue 218

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

Shades of Biloba Flower #BA91DA

Tints of Biloba Flower #BA91DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 33.88%
G = 26.41%
B = 39.71%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA91DA (or 0xBA91DA) is known color: Biloba Flower. HEX triplet: BA, 91 and DA. RGB value is (186,145,218). Sum of RGB (Red+Green+Blue) = 186+145+218=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA91DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91DA is #456E25. Grayscale: #A5A5A5. Windows color (decimal): -4550182 or 14324154. OLE color: 14324154.

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

Color convert

RGB 186 145 218 -
CMYK 0.15 0.33 0 0.15
HSL 273.7º 0.5% 0.71% -
HSV(B) 273.7º 0.33% 0.85% -
XYZ 43.03 35.75 70.96 -
YUV 165.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 186 145 218 0.15 0.33 0 0.15 273.7 0.5 0.71
Hex BA 91 DA F 21 0 F 112 32 47
Octal 272 221 332 17 41 0 17 422 62 107
Binary 10111010 10010001 11011010 1111 100001 0 1111 100010010 110010 1000111

Color Harmonies of #BA91DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA91DA

Black with #BA91DA

Text Example


Text Example

White with #BA91DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA91DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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