Html Css Color HEX #BA89FA Biloba Flower

📋 copy color: '#BA89FA'

red 186 ◦ green 137 ◦ blue 250

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

Shades of Biloba Flower #BA89FA

Tints of Biloba Flower #BA89FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 32.46%
G = 23.91%
B = 43.63%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA89FA (or 0xBA89FA) is known color: Biloba Flower. HEX triplet: BA, 89 and FA. RGB value is (186,137,250). Sum of RGB (Red+Green+Blue) = 186+137+250=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA89FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA89FA is #457605. Grayscale: #A4A4A4. Windows color (decimal): -4552198 or 16419258. OLE color: 16419258.

HSL color Cylindrical-coordinate representation of color #BA89FA: hue angle of 266.02º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA89FA is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 137 250 -
CMYK 0.26 0.45 0 0.02
HSL 266.02º 0.92% 0.76% -
HSV(B) 266.02º 0.45% 0.98% -
XYZ 46.45 35.23 94.79 -
YUV 164.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 186 137 250 0.26 0.45 0 0.02 266.02 0.92 0.76
Hex BA 89 FA 1A 2D 0 2 10A 5C 4C
Octal 272 211 372 32 55 0 2 412 134 114
Binary 10111010 10001001 11111010 11010 101101 0 10 100001010 1011100 1001100

Color Harmonies of #BA89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA89FA

Black with #BA89FA

Text Example


Text Example

White with #BA89FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA89FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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