Html Css Color HEX #BA89E5 Biloba Flower

📋 copy color: '#BA89E5'

red 186 ◦ green 137 ◦ blue 229

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

Shades of Biloba Flower #BA89E5

Tints of Biloba Flower #BA89E5

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.82%

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 33.7%
G = 24.82%
B = 41.49%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA89E5 (or 0xBA89E5) is known color: Biloba Flower. HEX triplet: BA, 89 and E5. RGB value is (186,137,229). Sum of RGB (Red+Green+Blue) = 186+137+229=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA89E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89E5 is #45761A. Grayscale: #A1A1A1. Windows color (decimal): -4552219 or 15043002. OLE color: 15043002.

HSL color Cylindrical-coordinate representation of color #BA89E5: hue angle of 271.96º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA89E5 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 137 229 -
CMYK 0.19 0.40 0 0.10
HSL 271.96º 0.64% 0.72% -
HSV(B) 271.96º 0.4% 0.9% -
XYZ 43.34 33.99 78.4 -
YUV 162.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 186 137 229 0.19 0.40 0 0.10 271.96 0.64 0.72
Hex BA 89 E5 13 28 0 A 110 40 48
Octal 272 211 345 23 50 0 12 420 100 110
Binary 10111010 10001001 11100101 10011 101000 0 1010 100010000 1000000 1001000

Color Harmonies of #BA89E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA89E5

Black with #BA89E5

Text Example


Text Example

White with #BA89E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA89E5; }

 p { color: rgb(186,137,229); }

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

background-color css

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

 a { background-color: rgb(186,137,229); }

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

border-color css

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

 span { border-color: rgb(186,137,229); }

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