Html Css Color HEX #BA85E5 Biloba Flower

📋 copy color: '#BA85E5'

red 186 ◦ green 133 ◦ blue 229

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

Shades of Biloba Flower #BA85E5

Tints of Biloba Flower #BA85E5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.27%

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

R = 33.94%
G = 24.27%
B = 41.79%

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

#BA85E5 (or 0xBA85E5) is known color: Biloba Flower. HEX triplet: BA, 85 and E5. RGB value is (186,133,229). Sum of RGB (Red+Green+Blue) = 186+133+229=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA85E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85E5 is #457A1A. Grayscale: #9F9F9F. Windows color (decimal): -4553243 or 15041978. OLE color: 15041978.

HSL color Cylindrical-coordinate representation of color #BA85E5: hue angle of 273.12º 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 #BA85E5 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 133 229 -
CMYK 0.19 0.42 0 0.10
HSL 273.13º 0.65% 0.71% -
HSV(B) 273.13º 0.42% 0.9% -
XYZ 42.78 32.87 78.22 -
YUV 159.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 186 133 229 0.19 0.42 0 0.10 273.13 0.65 0.71
Hex BA 85 E5 13 2A 0 A 111 41 47
Octal 272 205 345 23 52 0 12 421 101 107
Binary 10111010 10000101 11100101 10011 101010 0 1010 100010001 1000001 1000111

Color Harmonies of #BA85E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85E5

Black with #BA85E5

Text Example


Text Example

White with #BA85E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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