Html Css Color HEX #BA91D9 Biloba Flower

📋 copy color: '#BA91D9'

red 186 ◦ green 145 ◦ blue 217

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

Shades of Biloba Flower #BA91D9

Tints of Biloba Flower #BA91D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.6%

R = 33.94%
G = 26.46%
B = 39.6%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA91D9 (or 0xBA91D9) is known color: Biloba Flower. HEX triplet: BA, 91 and D9. RGB value is (186,145,217). Sum of RGB (Red+Green+Blue) = 186+145+217=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA91D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91D9 is #456E26. Grayscale: #A5A5A5. Windows color (decimal): -4550183 or 14258618. OLE color: 14258618.

HSL color Cylindrical-coordinate representation of color #BA91D9: hue angle of 274.17º degrees, saturation: 0.49, 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 #BA91D9 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 145 217 -
CMYK 0.14 0.33 0 0.15
HSL 274.17º 0.49% 0.71% -
HSV(B) 274.17º 0.33% 0.85% -
XYZ 42.9 35.7 70.28 -
YUV 165.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 186 145 217 0.14 0.33 0 0.15 274.17 0.49 0.71
Hex BA 91 D9 E 21 0 F 112 31 47
Octal 272 221 331 16 41 0 17 422 61 107
Binary 10111010 10010001 11011001 1110 100001 0 1111 100010010 110001 1000111

Color Harmonies of #BA91D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA91D9

Black with #BA91D9

Text Example


Text Example

White with #BA91D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA91D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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