Html Css Color HEX #BA84E5 Biloba Flower

📋 copy color: '#BA84E5'

red 186 ◦ green 132 ◦ blue 229

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

Shades of Biloba Flower #BA84E5

Tints of Biloba Flower #BA84E5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.13%

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

R = 34%
G = 24.13%
B = 41.86%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA84E5 (or 0xBA84E5) is known color: Biloba Flower. HEX triplet: BA, 84 and E5. RGB value is (186,132,229). Sum of RGB (Red+Green+Blue) = 186+132+229=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA84E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84E5 is #457B1A. Grayscale: #9E9E9E. Windows color (decimal): -4553499 or 15041722. OLE color: 15041722.

HSL color Cylindrical-coordinate representation of color #BA84E5: hue angle of 273.4º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA84E5 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 132 229 -
CMYK 0.19 0.42 0 0.10
HSL 273.4º 0.65% 0.71% -
HSV(B) 273.4º 0.42% 0.9% -
XYZ 42.64 32.6 78.17 -
YUV 159.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 186 132 229 0.19 0.42 0 0.10 273.4 0.65 0.71
Hex BA 84 E5 13 2A 0 A 111 41 47
Octal 272 204 345 23 52 0 12 421 101 107
Binary 10111010 10000100 11100101 10011 101010 0 1010 100010001 1000001 1000111

Color Harmonies of #BA84E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84E5

Black with #BA84E5

Text Example


Text Example

White with #BA84E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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